revisions

This commit is contained in:
pls.153 2022-03-10 09:38:17 +01:00
parent c275a0188d
commit 0cb972196e
4 changed files with 34 additions and 26 deletions

View file

@ -54,7 +54,6 @@ Item {
padding: 2
textFormat: Text.PlainText
font.family: fontHack.name
font.pixelSize: 16
font.bold: mBold
text: mText
color: mColor
@ -82,7 +81,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