Do not enforce a maximum window size

The original maximum window size of 1920x1080 causes the window to not
fill the screen (and not even display all content) on large screens.
Removing the maximum window size makes the prompt display properly on
large screens.
pull/1/head
Aaron Rainbolt 1 year ago
parent 287dcfe606
commit 936cf6ac8d

@ -16,12 +16,6 @@
<height>420</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1920</width>
<height>1080</height>
</size>
</property>
<property name="windowTitle">
<string>Try or Install Lubuntu</string>
</property>

Loading…
Cancel
Save