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

View file

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