mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #265
7aef277
remove basic layout button on wizard page (moneromooo.monero)
This commit is contained in:
commit
d21a97d706
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -760,6 +760,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 }
|
||||
|
@ -771,6 +772,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