mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
5bd165c799
commit
b89234e257
2 changed files with 1 additions and 5 deletions
|
|
@ -3,11 +3,10 @@ import QtQuick.Controls 2.15
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: repl
|
id: repl
|
||||||
z: 2
|
z: 1
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
z: 1
|
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
z: 1
|
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|
@ -54,7 +53,6 @@ Item {
|
||||||
padding: 2
|
padding: 2
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
font.family: fontHack.name
|
font.family: fontHack.name
|
||||||
font.pixelSize: 16
|
|
||||||
font.bold: mBold
|
font.bold: mBold
|
||||||
text: mText
|
text: mText
|
||||||
color: mColor
|
color: mColor
|
||||||
|
|
@ -82,7 +80,6 @@ Item {
|
||||||
objectName: "repl_input"
|
objectName: "repl_input"
|
||||||
width: repl.parent.width - 2 * back.width
|
width: repl.parent.width - 2 * back.width
|
||||||
font.family: fontHack.name
|
font.family: fontHack.name
|
||||||
font.pixelSize: 16
|
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "#c0c0c0"
|
color: "#c0c0c0"
|
||||||
inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
|
inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue