diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-17 17:07:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-17 17:09:57 +0200 |
commit | e601761f3995f965213a169e7c755cf819953bee (patch) | |
tree | c5e5daeb3ab20cc663bb668fc7e6f2b1d18a2197 | |
parent | df466d79cb126667cc9d5c108367bfa4f5ce76c8 (diff) |
calc: correct spacings for cell alignment tab page
Looks better now, especially if you switch between "Font Effects"
and "Alignment" tabs.
Change-Id: Icfdd87647398352b272eaf91eeac9a21cce7a1d1
-rw-r--r-- | cui/uiconfig/ui/cellalignment.ui | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/cui/uiconfig/ui/cellalignment.ui b/cui/uiconfig/ui/cellalignment.ui index 631d8756ede4..a072946f435f 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 --> |