mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revisions
This commit is contained in:
parent
c275a0188d
commit
0cb972196e
4 changed files with 34 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue