Min constraints on about dialog.

pull/821/head
Adam Treat 1 year ago
parent a7f74e9d01
commit 8aba76ad05

@ -107,6 +107,8 @@ Window {
AboutDialog {
id: aboutDialog
anchors.centerIn: parent
width: Math.min(1024, window.width - (window.width * .2))
height: Math.min(600, window.height - (window.height * .2))
}
Item {

Loading…
Cancel
Save