Set Minimum Size for PreviewPane and LivePane

This commit is contained in:
s.mehrbrodt@exposong.org 2013-07-17 12:02:54 +02:00
parent a37e93edbc
commit d84abfaadb
1 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,12 @@
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" native="1" name="PreviewPane" >
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="PreviewPaneLayout" >
<property name="spacing" >
<number>0</number>
@ -78,6 +84,12 @@
</layout>
</widget>
<widget class="QWidget" native="1" name="LivePane" >
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="LivePaneLayout" >
<property name="spacing" >
<number>0</number>