Merge pull request #297

14e536a Don't waste too much vertical space on the left menu (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-12-20 22:51:53 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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 {