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

mainview: fix side panel size

Change-Id: I414b8f2f482f4fef436156be1d3edd538ff36c06
parent c6b33692
No related branches found
No related tags found
No related merge requests found
......@@ -36,12 +36,12 @@ import "../settingsview/components"
Window {
id: mainViewWindow
property int minWidth: sidePanelViewStackPreferredWidth
property int minWidth: 400
property int minHeight: aboutPopUpDialog.contentHeight
property int mainViewWindowPreferredWidth: 650
property int mainViewWindowPreferredHeight: 600
property int sidePanelViewStackPreferredWidth: 400
property int sidePanelViewStackPreferredWidth: 250
property int mainViewStackPreferredWidth: 250
property int aboutPopUpPreferredWidth: 250
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment