diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 14:33:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 14:46:51 +0000 |
commit | 128910b6c338cc78822d405e2dc03acc02bd48d8 (patch) | |
tree | d02ebf1c6ef6631dc0b94a8ef436fab076c2effd | |
parent | 17495126cc138e45a0f8f8ec390eb35eb06dec25 (diff) |
HIG, consistent border width for properties page
Change-Id: Iacaa53c167230d40bd7e68216ff9deb97c528063
-rw-r--r-- | sfx2/uiconfig/ui/documentfontspage.ui | 7 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/documentinfopage.ui | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/documentfontspage.ui b/sfx2/uiconfig/ui/documentfontspage.ui index 0003f477811e..89888e20934c 100644 --- a/sfx2/uiconfig/ui/documentfontspage.ui +++ b/sfx2/uiconfig/ui/documentfontspage.ui @@ -4,16 +4,15 @@ <object class="GtkGrid" id="DocumentFontsPage"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">12</property> - <property name="column_spacing">18</property> + <property name="border_width">6</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkCheckButton" id="embedFonts"> <property name="label" translatable="yes">_Embed fonts in the document</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui index 72514654ad17..eeccbd04ec58 100644 --- a/sfx2/uiconfig/ui/documentinfopage.ui +++ b/sfx2/uiconfig/ui/documentinfopage.ui @@ -5,6 +5,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="border_width">6</property> <property name="row_spacing">6</property> <property name="column_spacing">18</property> <child> |