diff options
| author | mmbyday <bromark@protonmail.com> | 2018-11-28 16:41:34 -0800 |
|---|---|---|
| committer | mmbyday <bromark@protonmail.com> | 2018-11-28 16:41:34 -0800 |
| commit | 0a3c80688bba2157e1b937fcb7b9cd3fc1414abc (patch) | |
| tree | 6831223410321da51f65077228f92081f30ee5f2 | |
| parent | 45781ab4a173fe0a747ed72140e10d18765b007e (diff) | |
| download | monzero-gui-0a3c80688bba2157e1b937fcb7b9cd3fc1414abc.tar.gz monzero-gui-0a3c80688bba2157e1b937fcb7b9cd3fc1414abc.tar.xz monzero-gui-0a3c80688bba2157e1b937fcb7b9cd3fc1414abc.zip | |
fix clipping of text in search box
| -rw-r--r-- | pages/History.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/History.qml b/pages/History.qml index 93494562..0f9d61a7 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -154,7 +154,7 @@ Rectangle { LineEdit { id: searchLine fontSize: 14 * scaleRatio - inputHeight: 28 * scaleRatio + inputHeight: 36 * scaleRatio borderDisabled: true Layout.fillWidth: true backgroundColor: "#404040" |
