added sidebarWidth to settings

This commit is contained in:
Jeena 2015-02-16 02:00:24 +01:00
parent 15e305e658
commit aab094d152

View file

@ -25,6 +25,7 @@ ApplicationWindow {
property alias y: app.y
property alias width: app.width
property alias height: app.height
property alias sidebarWidth: sidebar.width
}
menuBar: TheMenuBar {