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 {
|
||||
id: repl
|
||||
z: 2
|
||||
z: 1
|
||||
anchors.fill: parent
|
||||
|
||||
Row {
|
||||
z: 1
|
||||
anchors.right: parent.right
|
||||
|
||||
Text {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Item {
|
|||
anchors.fill: parent
|
||||
|
||||
Row {
|
||||
z: 1
|
||||
anchors.right: parent.right
|
||||
|
||||
Text {
|
||||
|
|
@ -54,7 +53,6 @@ Item {
|
|||
padding: 2
|
||||
textFormat: Text.PlainText
|
||||
font.family: fontHack.name
|
||||
font.pixelSize: 16
|
||||
font.bold: mBold
|
||||
text: mText
|
||||
color: mColor
|
||||
|
|
@ -82,7 +80,6 @@ Item {
|
|||
objectName: "repl_input"
|
||||
width: repl.parent.width - 2 * back.width
|
||||
font.family: fontHack.name
|
||||
font.pixelSize: 16
|
||||
font.bold: true
|
||||
color: "#c0c0c0"
|
||||
inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue