diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-03 01:07:28 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-03 01:07:28 -0600 |
| commit | 9f6b4334a19f3172a28b718da31222ded1f28254 (patch) | |
| tree | 62a86dca20ed3b3a2457ea483769047cf493744a | |
| parent | b5722cfce21a91347bd6dc4bf522c34f2c9a4e17 (diff) | |
| parent | 0a3c80688bba2157e1b937fcb7b9cd3fc1414abc (diff) | |
| download | monzero-gui-9f6b4334a19f3172a28b718da31222ded1f28254.tar.gz monzero-gui-9f6b4334a19f3172a28b718da31222ded1f28254.tar.xz monzero-gui-9f6b4334a19f3172a28b718da31222ded1f28254.zip | |
Merge pull request #1764
0a3c806 fix clipping of text in search box (mmbyday)
| -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" |
