forked from Public/monero-gui
Merge pull request #297
14e536a Don't waste too much vertical space on the left menu (moneromooo.monero)
This commit is contained in:
@@ -36,7 +36,7 @@ Rectangle {
|
||||
property alias symbol: symbolText.text
|
||||
signal clicked()
|
||||
|
||||
height: (appWindow.height >= 800) ? 64 : 60
|
||||
height: (appWindow.height >= 800) ? 64 : 56
|
||||
color: checked ? "#FFFFFF" : "#1C1C1C"
|
||||
|
||||
Item {
|
||||
|
||||
Reference in New Issue
Block a user