mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
remove basic layout button on wizard page
This commit is contained in:
parent
ff998ba17b
commit
7aef277b3a
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -792,6 +792,7 @@ ApplicationWindow {
|
|||
PropertyChanges { target: appWindow; height: 595; }
|
||||
PropertyChanges { target: resizeArea; visible: false }
|
||||
PropertyChanges { target: frameArea; blocked: true }
|
||||
PropertyChanges { target: titleBar; visible: false }
|
||||
}, State {
|
||||
name: "normal"
|
||||
PropertyChanges { target: leftPanel; visible: true }
|
||||
|
@ -803,6 +804,7 @@ ApplicationWindow {
|
|||
PropertyChanges { target: appWindow; height: maxWindowHeight; }
|
||||
PropertyChanges { target: resizeArea; visible: true }
|
||||
PropertyChanges { target: frameArea; blocked: false }
|
||||
PropertyChanges { target: titleBar; visible: true }
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue