added sidebarWidth to settings
This commit is contained in:
parent
15e305e658
commit
aab094d152
1 changed files with 1 additions and 0 deletions
1
main.qml
1
main.qml
|
@ -25,6 +25,7 @@ ApplicationWindow {
|
||||||
property alias y: app.y
|
property alias y: app.y
|
||||||
property alias width: app.width
|
property alias width: app.width
|
||||||
property alias height: app.height
|
property alias height: app.height
|
||||||
|
property alias sidebarWidth: sidebar.width
|
||||||
}
|
}
|
||||||
|
|
||||||
menuBar: TheMenuBar {
|
menuBar: TheMenuBar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue