diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-12 17:55:13 +0100 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-28 21:01:24 +0200 |
| commit | d03f94da4652f12ded4796747a479fcd1c5750b4 (patch) | |
| tree | 8a3af490806c7e5105ecefc57616617a1ea4da36 /LeftPanel.qml | |
| parent | 9943ceaf0ed22d14bfe2450823b09619c4cf2b78 (diff) | |
| download | monzero-gui-d03f94da4652f12ded4796747a479fcd1c5750b4.tar.gz monzero-gui-d03f94da4652f12ded4796747a479fcd1c5750b4.tar.xz monzero-gui-d03f94da4652f12ded4796747a479fcd1c5750b4.zip | |
Increasing left panel width to 300
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 4 |
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 |
