#64 Set min size for settings dialog

This commit is contained in:
Aditya Kulkarni
2018-11-26 14:00:40 -08:00
parent 83248f5514
commit c1cdfdcf92

View File

@@ -6,10 +6,16 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>455</width> <width>460</width>
<height>391</height> <height>464</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>460</width>
<height>464</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Settings</string> <string>Settings</string>
</property> </property>
@@ -20,7 +26,7 @@
<item> <item>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">