[Libreoffice-commits] core.git: cui/uiconfig
Olivier Hallot
olivier.hallot at alta.org.br
Mon Feb 18 06:37:19 PST 2013
cui/uiconfig/ui/numberingformatpage.ui | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit d36faa99d0352ae385b7348828ed36f78e654fc5
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date: Sat Feb 16 20:37:33 2013 -0200
HIG adjustment for numbering tab page format
Change-Id: If3503445783b3158c4d669aed0ec37e4a6279f19
Reviewed-on: https://gerrit.libreoffice.org/2194
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui
index 1366dd3..c927e70 100644
--- a/cui/uiconfig/ui/numberingformatpage.ui
+++ b/cui/uiconfig/ui/numberingformatpage.ui
@@ -9,8 +9,9 @@
<object class="GtkGrid" id="NumberingFormatPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="row_spacing">10</property>
- <property name="column_spacing">10</property>
+ <property name="border_width">6</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkFrame" id="formatcode">
<property name="visible">True</property>
@@ -290,8 +291,8 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="row_spacing">6</property>
- <property name="column_spacing">12</property>
+ <property name="row_spacing">12</property>
+ <property name="column_spacing">6</property>
<child>
<object class="GtkFrame" id="categoryframe">
<property name="visible">True</property>
@@ -328,6 +329,7 @@
<object class="GtkLabel" id="categoryft">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="yalign">0.49000000953674316</property>
<property name="label" translatable="yes">_Category</property>
<property name="use_underline">True</property>
<attributes>
More information about the Libreoffice-commits
mailing list