Make the window maximum huge to deal with screens even bigger than 1920x1080.

pull/1/head
Simon Quigley 2 years ago
parent 55c3f71582
commit 81b3e4f327

15
patch

@ -0,0 +1,15 @@
diff --git a/src/installerprompt.ui b/src/installerprompt.ui
index cac23f0..8502d40 100644
--- a/src/installerprompt.ui
+++ b/src/installerprompt.ui
@@ -18,8 +18,8 @@
</property>
<property name="maximumSize">
<size>
- <width>1920</width>
- <height>1080</height>
+ <width>10000</width>
+ <height>10000</height>
</size>
</property>
<property name="windowTitle">
Loading…
Cancel
Save