Browse Source

#64 Set min size for settings dialog

import_zecw
Aditya Kulkarni 6 years ago
parent
commit
c1cdfdcf92
  1. 12
      src/settings.ui

12
src/settings.ui

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

Loading…
Cancel
Save