[Libreoffice-commits] core.git: cui/uiconfig
Thomas Arnhold
thomas at arnhold.org
Sat May 17 08:10:33 PDT 2014
cui/uiconfig/ui/cellalignment.ui | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
New commits:
commit e601761f3995f965213a169e7c755cf819953bee
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sat May 17 17:07:33 2014 +0200
calc: correct spacings for cell alignment tab page
Looks better now, especially if you switch between "Font Effects"
and "Alignment" tabs.
Change-Id: Icfdd87647398352b272eaf91eeac9a21cce7a1d1
diff --git a/cui/uiconfig/ui/cellalignment.ui b/cui/uiconfig/ui/cellalignment.ui
index 631d875..a072946 100644
--- a/cui/uiconfig/ui/cellalignment.ui
+++ b/cui/uiconfig/ui/cellalignment.ui
@@ -2,15 +2,6 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
- <object class="GtkAdjustment" id="adjustmentIndent">
- <property name="upper">990</property>
- <property name="step_increment">10</property>
- <property name="page_increment">10</property>
- </object>
- <object class="GtkAdjustment" id="adjustmentSpinDegrees">
- <property name="upper">359</property>
- <property name="step_increment">5</property>
- </object>
<object class="GtkGrid" id="CellAlignPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -348,8 +339,7 @@
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="top_padding">6</property>
- <property name="left_padding">12</property>
+ <property name="left_padding">6</property>
<child>
<object class="GtkGrid" id="grid2">
<property name="visible">True</property>
@@ -530,6 +520,15 @@
</packing>
</child>
</object>
+ <object class="GtkAdjustment" id="adjustmentIndent">
+ <property name="upper">990</property>
+ <property name="step_increment">10</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustmentSpinDegrees">
+ <property name="upper">359</property>
+ <property name="step_increment">5</property>
+ </object>
<object class="GtkListStore" id="liststoreHorzAlign">
<columns>
<!-- column-name gchararray1 -->
More information about the Libreoffice-commits
mailing list