Browse Source

Fix minimumSize being too small

Fixes part of #579, graphical glitches with the splitter
pull/580/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
4f639a4dcf
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 12
      src/mainwindow.ui

12
src/mainwindow.ui

@ -6,13 +6,13 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>710</width> <width>775</width>
<height>537</height> <height>537</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>640</width> <width>775</width>
<height>420</height> <height>420</height>
</size> </size>
</property> </property>
@ -1033,8 +1033,8 @@ QSplitter:handle{
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>260</width> <width>284</width>
<height>399</height> <height>401</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"/> <layout class="QVBoxLayout" name="verticalLayout_5"/>
@ -1750,8 +1750,8 @@ QSplitter:handle{
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>710</width> <width>775</width>
<height>21</height> <height>19</height>
</rect> </rect>
</property> </property>
</widget> </widget>

Loading…
Cancel
Save