Commit 5e89aa9b authored by Gus Grubba's avatar Gus Grubba Committed by Lorenz Meier

Make windows starting size independent of main window

parent 09a5519f
......@@ -153,8 +153,8 @@ Rectangle {
}
Window {
id: analyzeWidgetWindow
width: mainWindow.width * 0.5
height: mainWindow.height * 0.5
width: ScreenTools.defaultFontPixelWidth * 100
height: ScreenTools.defaultFontPixelHeight * 40
visible: false
title: buttonText
Rectangle {
......
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