Increasing left panel width to 300

This commit is contained in:
Sander Ferdinand 2017-11-12 17:55:13 +01:00
parent 9943ceaf0e
commit d03f94da46

View file

@ -72,8 +72,8 @@ Rectangle {
menuColumn.previousButton.checked = true menuColumn.previousButton.checked = true
} }
width: (isMobile)? appWindow.width : 260 width: (isMobile)? appWindow.width : 300
color: "#FFFFFF" color: "black"
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.top: parent.top anchors.top: parent.top