Commit 143f365e authored by Gus Grubba's avatar Gus Grubba

Flipped width with height

parent e85a4b17
......@@ -799,8 +799,8 @@ Item {
id: checklistDropPanel
x: Math.round((mainWindow.width - width) * 0.5)
y: Math.round((mainWindow.height - height) * 0.5)
height: checkList.width
width: checkList.height
height: checkList.height
width: checkList.width
modal: true
focus: true
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment