diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-22 17:36:50 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 11:36:40 +0000 |
commit | 936ffd5924e68e1803c8ddeb8a2435375d356260 (patch) | |
tree | 42b9d9b6cf88e347a5e01e778fd2dd90df59570d /cui/uiconfig/ui/numberingformatpage.ui | |
parent | e5a7e7249a32493d175ad94ee4e650320518d711 (diff) |
fdo#86579 Give uniform width to Category and Format frames
Change-Id: I55648417f56c28b0ac07ebff908805764bb2eb0c
Reviewed-on: https://gerrit.libreoffice.org/13059
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/numberingformatpage.ui')
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index 7ad76005a205..e6e751d22d32 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -99,7 +99,6 @@ <property name="can_focus">False</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> - <property name="row_homogeneous">True</property> <child> <object class="GtkEntry" id="formated"> <property name="visible">True</property> @@ -223,8 +222,8 @@ <object class="GtkGrid" id="grid5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">10</property> - <property name="column_spacing">20</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkSpinButton" id="decimalsed"> <property name="visible">True</property> @@ -253,6 +252,7 @@ <object class="GtkLabel" id="decimalsft"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">1</property> <property name="label" translatable="yes">_Decimal places:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">decimalsed</property> @@ -266,6 +266,7 @@ <object class="GtkLabel" id="leadzerosft"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">1</property> <property name="label" translatable="yes">Leading _zeroes:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">leadzerosed</property> @@ -332,7 +333,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">12</property> - <property name="column_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkFrame" id="categoryframe"> <property name="visible">True</property> @@ -545,12 +546,11 @@ </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> - <property name="mode">vertical</property> + <property name="mode">both</property> <property name="ignore_hidden">True</property> <widgets> <widget name="categoryframe"/> <widget name="formatframe"/> - <widget name="languageframe"/> </widgets> </object> </interface> |