mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:57:25 -04:00
fix clipping of text in search box
This commit is contained in:
@@ -154,7 +154,7 @@ Rectangle {
|
||||
LineEdit {
|
||||
id: searchLine
|
||||
fontSize: 14 * scaleRatio
|
||||
inputHeight: 28 * scaleRatio
|
||||
inputHeight: 36 * scaleRatio
|
||||
borderDisabled: true
|
||||
Layout.fillWidth: true
|
||||
backgroundColor: "#404040"
|
||||
|
||||
Reference in New Issue
Block a user