Skip to content
Snippets Groups Projects
Commit 5e89aa9b authored by Gus Grubba's avatar Gus Grubba Committed by Lorenz Meier
Browse files

Make windows starting size independent of main window

parent 09a5519f
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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