This commit is contained in:
pls.153 2022-03-14 16:44:53 +01:00
parent 5bd165c799
commit b89234e257
2 changed files with 1 additions and 5 deletions

View file

@ -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 {

View file

@ -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