Skip to content
Snippets Groups Projects
Commit a8d17023 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

mainview: do not automatically resize window

Change-Id: I2337e98bf4458e89f6c1c0b93bb4189d2e19feea
GitLab: #703
parent 1d298e8d
No related branches found
No related tags found
No related merge requests found
......@@ -165,11 +165,6 @@ Rectangle {
mainViewStack.pop(welcomePage, StackView.Immediate)
mainViewStack.push(settingsView, StackView.Immediate)
sidePanelViewStack.push(settingsMenu, StackView.Immediate)
var windowCurrentMinimizedSize = settingsViewPreferredWidth
+ sidePanelViewStackCurrentWidth + onWidthChangedTriggerDistance
if (appWindow.width < windowCurrentMinimizedSize)
appWindow.width = windowCurrentMinimizedSize
}
} else {
sidePanelViewStack.pop(StackView.Immediate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment