Min constraints on about dialog.

This commit is contained in:
Adam Treat 2023-06-02 20:05:47 -04:00
parent a7f74e9d01
commit 8aba76ad05

View File

@ -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 {