diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-19 15:13:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-19 15:18:30 +0100 |
commit | d3c1c8d7587239abcf5448ee143a61fe54b01422 (patch) | |
tree | 205d8ca482dbb480bf773da6235ee134b68831ce /cui/uiconfig | |
parent | 41efa1535827b3dfef66ed4ce6c20e85081fe060 (diff) |
expand scheme to share sizes for paragraph dialog preview widgets
Change-Id: Id1ded6828468ff956c83eb57f1da62fd80761b5d
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/paragalignpage.ui | 116 | ||||
-rw-r--r-- | cui/uiconfig/ui/paraindentspacing.ui | 46 |
2 files changed, 80 insertions, 82 deletions
diff --git a/cui/uiconfig/ui/paragalignpage.ui b/cui/uiconfig/ui/paragalignpage.ui index 68238bc7919e..920832d7e61b 100644 --- a/cui/uiconfig/ui/paragalignpage.ui +++ b/cui/uiconfig/ui/paragalignpage.ui @@ -2,6 +2,62 @@ <interface> <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> + <object class="GtkListStore" id="liststoreLB_LASTLINE"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + <!-- column-name guint1 --> + <column type="guint"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Default</col> + <col id="1">0</col> + </row> + <row> + <col id="0" translatable="yes">Left</col> + <col id="1">1</col> + </row> + <row> + <col id="0" translatable="yes">Centered</col> + <col id="1">2</col> + </row> + <row> + <col id="0" translatable="yes">Justified</col> + <col id="1">3</col> + </row> + </data> + </object> + <object class="GtkListStore" id="liststoreLB_VERTALIGN"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + <!-- column-name guint1 --> + <column type="guint"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Automatic</col> + <col id="1">0</col> + </row> + <row> + <col id="0" translatable="yes">Base line</col> + <col id="1">1</col> + </row> + <row> + <col id="0" translatable="yes">Top</col> + <col id="1">2</col> + </row> + <row> + <col id="0" translatable="yes">Middle</col> + <col id="1">3</col> + </row> + <row> + <col id="0" translatable="yes">Bottom</col> + <col id="1">4</col> + </row> + </data> + </object> <object class="GtkGrid" id="ParaAlignPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -14,17 +70,15 @@ <object class="GtkAlignment" id="alignment4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_top">24</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="top_padding">24</property> <child> <object class="svxlo-SvxParaPrevWindow" id="drawingareaWN_EXAMPLE"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">center</property> <property name="valign">start</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Example</property> @@ -426,62 +480,6 @@ </packing> </child> </object> - <object class="GtkListStore" id="liststoreLB_LASTLINE"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - <!-- column-name guint1 --> - <column type="guint"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">Default</col> - <col id="1">0</col> - </row> - <row> - <col id="0" translatable="yes">Left</col> - <col id="1">1</col> - </row> - <row> - <col id="0" translatable="yes">Centered</col> - <col id="1">2</col> - </row> - <row> - <col id="0" translatable="yes">Justified</col> - <col id="1">3</col> - </row> - </data> - </object> - <object class="GtkListStore" id="liststoreLB_VERTALIGN"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - <!-- column-name guint1 --> - <column type="guint"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">Automatic</col> - <col id="1">0</col> - </row> - <row> - <col id="0" translatable="yes">Base line</col> - <col id="1">1</col> - </row> - <row> - <col id="0" translatable="yes">Top</col> - <col id="1">2</col> - </row> - <row> - <col id="0" translatable="yes">Middle</col> - <col id="1">3</col> - </row> - <row> - <col id="0" translatable="yes">Bottom</col> - <col id="1">4</col> - </row> - </data> - </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> <widget name="box1"/> diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui index 82df1ba9e41b..f38dc874ae86 100644 --- a/cui/uiconfig/ui/paraindentspacing.ui +++ b/cui/uiconfig/ui/paraindentspacing.ui @@ -2,6 +2,28 @@ <interface> <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> + <object class="GtkAdjustment" id="adjustmentED_DIST"> + <property name="upper">9999</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="adjustmentED_LINEDISTMETRIC"> + <property name="upper">9999</property> + <property name="step_increment">10</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="adjustmentLINEDISTPERCENT"> + <property name="lower">50</property> + <property name="upper">200</property> + <property name="value">100</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="adjustmentspinED_INDENT"> + <property name="upper">9999</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> <object class="GtkGrid" id="ParaIndentSpacing"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -14,9 +36,9 @@ <object class="GtkAlignment" id="alignment5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_top">24</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="top_padding">24</property> <child> <object class="svxlo-SvxParaPrevWindow" id="drawingareaWN_EXAMPLE"> <property name="visible">True</property> @@ -504,28 +526,6 @@ </packing> </child> </object> - <object class="GtkAdjustment" id="adjustmentED_DIST"> - <property name="upper">9999</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> - <object class="GtkAdjustment" id="adjustmentED_LINEDISTMETRIC"> - <property name="upper">9999</property> - <property name="step_increment">10</property> - <property name="page_increment">10</property> - </object> - <object class="GtkAdjustment" id="adjustmentLINEDISTPERCENT"> - <property name="lower">50</property> - <property name="upper">200</property> - <property name="value">100</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> - <object class="GtkAdjustment" id="adjustmentspinED_INDENT"> - <property name="upper">9999</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> <object class="GtkListStore" id="liststoreLB_LINEDIST"> <columns> <!-- column-name gchararray1 --> |