Qt: Increase default size of settings dilaog

This commit is contained in:
Connor McLaughlin 2020-03-22 13:16:47 +10:00
parent c646bf507f
commit d5c76bf7d5

View file

@ -9,8 +9,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>640</width> <width>700</width>
<height>480</height> <height>500</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -30,7 +30,7 @@
<widget class="QListWidget" name="settingsCategory"> <widget class="QListWidget" name="settingsCategory">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>160</width> <width>200</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>