diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2013-02-16 20:37:33 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-18 14:37:00 +0000 |
commit | d36faa99d0352ae385b7348828ed36f78e654fc5 (patch) | |
tree | ba8a87c9df1644d2d5e0e2ac9786624e555644a1 /cui | |
parent | 5602df2e85d1823e7ca50b4e70b62abb4ef1c872 (diff) |
HIG adjustment for numbering tab page format
Change-Id: If3503445783b3158c4d669aed0ec37e4a6279f19
Reviewed-on: https://gerrit.libreoffice.org/2194
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index 1366dd3fb33e..c927e703b010 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> |