r17527 by jghali - #10726: Cannot resize Master page area in page palette
scribus-commit
scribus-commit at lists.scribus.net
Thu May 31 11:32:09 UTC 2012
Author: jghali
Date: Thu May 31 11:32:09 2012
New Revision: 17527
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17527
Log:
#10726: Cannot resize Master page area in page palette
Modified:
trunk/Scribus/scribus/ui/pagepalette_pagesbase.ui
Modified: trunk/Scribus/scribus/ui/pagepalette_pagesbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17527&path=/trunk/Scribus/scribus/ui/pagepalette_pagesbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/pagepalette_pagesbase.ui (original)
+++ trunk/Scribus/scribus/ui/pagepalette_pagesbase.ui Thu May 31 11:32:09 2012
@@ -21,66 +21,93 @@
<number>5</number>
</property>
<item>
- <widget class="QLabel" name="textLabel1">
- <property name="text">
- <string>Available Master Pages:</string>
+ <widget class="QSplitter" name="splitter">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
</property>
- </widget>
- </item>
- <item>
- <widget class="SeList" name="masterPageList">
- <property name="minimumSize">
- <size>
- <width>130</width>
- <height>70</height>
- </size>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="textLabel2">
- <property name="text">
- <string>Document Pages:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="SeView" name="pageView">
- <property name="minimumSize">
- <size>
- <width>130</width>
- <height>120</height>
- </size>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::NoSelection</enum>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- <property name="rowCount">
- <number>1</number>
- </property>
- <property name="columnCount">
- <number>1</number>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <row/>
- <column/>
+ <widget class="QWidget" name="widget" native="true">
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="textLabel1">
+ <property name="text">
+ <string>Available Master Pages:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="SeList" name="masterPageList">
+ <property name="minimumSize">
+ <size>
+ <width>130</width>
+ <height>70</height>
+ </size>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>60</width>
+ <height>60</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="widget_2" native="true">
+ <layout class="QVBoxLayout" name="verticalLayout_4">
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="textLabel2">
+ <property name="text">
+ <string>Document Pages:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="SeView" name="pageView">
+ <property name="minimumSize">
+ <size>
+ <width>130</width>
+ <height>120</height>
+ </size>
+ </property>
+ <property name="selectionMode">
+ <enum>QAbstractItemView::NoSelection</enum>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>60</width>
+ <height>60</height>
+ </size>
+ </property>
+ <property name="rowCount">
+ <number>1</number>
+ </property>
+ <property name="columnCount">
+ <number>1</number>
+ </property>
+ <attribute name="horizontalHeaderVisible">
+ <bool>false</bool>
+ </attribute>
+ <attribute name="verticalHeaderVisible">
+ <bool>false</bool>
+ </attribute>
+ <row/>
+ <column/>
+ </widget>
+ </item>
+ </layout>
+ </widget>
</widget>
</item>
<item>
More information about the scribus-commit
mailing list