openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #21057
[Merge] lp:~sam92/openlp/openlp into lp:openlp
Samuel Mehrbrodt has proposed merging lp:~sam92/openlp/openlp into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~sam92/openlp/openlp/+merge/175240
This sets a minimum size of 150 to each Pane so that the user cannot accidentally hide one pane.
--
https://code.launchpad.net/~sam92/openlp/openlp/+merge/175240
Your team OpenLP Core is requested to review the proposed merge of lp:~sam92/openlp/openlp into lp:openlp.
=== modified file 'resources/forms/mainwindow.ui'
--- resources/forms/mainwindow.ui 2010-09-14 18:18:47 +0000
+++ resources/forms/mainwindow.ui 2013-07-17 10:10:34 +0000
@@ -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>
Follow ups