aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-12 17:55:13 +0100
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-03-28 21:01:24 +0200
commitd03f94da4652f12ded4796747a479fcd1c5750b4 (patch)
tree8a3af490806c7e5105ecefc57616617a1ea4da36
parent9943ceaf0ed22d14bfe2450823b09619c4cf2b78 (diff)
downloadmonzero-gui-d03f94da4652f12ded4796747a479fcd1c5750b4.tar.gz
monzero-gui-d03f94da4652f12ded4796747a479fcd1c5750b4.tar.xz
monzero-gui-d03f94da4652f12ded4796747a479fcd1c5750b4.zip
Increasing left panel width to 300
-rw-r--r--LeftPanel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 79206fb4..171646ff 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -72,8 +72,8 @@ Rectangle {
menuColumn.previousButton.checked = true
}
- width: (isMobile)? appWindow.width : 260
- color: "#FFFFFF"
+ width: (isMobile)? appWindow.width : 300
+ color: "black"
anchors.bottom: parent.bottom
anchors.top: parent.top