mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
fix height after switching layout mode
This commit is contained in:
parent
f1157f8362
commit
cca825bad1
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -918,7 +918,7 @@ ApplicationWindow {
|
|||
NumberAnimation {
|
||||
target: appWindow
|
||||
properties: "height"
|
||||
to: 800
|
||||
to: maxWindowHeight
|
||||
easing.type: Easing.InCubic
|
||||
duration: 200
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue