diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-13 20:41:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-13 23:51:59 +0000 |
commit | 9e1f5d5bf1bcc8a7ccfd48a6731ed5763bc0b4dc (patch) | |
tree | 2125a5d9ed4fbc5bf10e5828861338922dbcef5e /cui/uiconfig/ui/optfontspage.ui | |
parent | b08df7c0ba16b9aa42af4f7e1d58f480d54fbb8b (diff) |
consistent 6 pixels borders around all option pages
and center middle column of writer print options
Change-Id: I344d114ec0dd87ef5de5a920acea9f39e0e89dfe
Diffstat (limited to 'cui/uiconfig/ui/optfontspage.ui')
-rw-r--r-- | cui/uiconfig/ui/optfontspage.ui | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/optfontspage.ui b/cui/uiconfig/ui/optfontspage.ui index 2cc9e4974bea..20da64e60206 100644 --- a/cui/uiconfig/ui/optfontspage.ui +++ b/cui/uiconfig/ui/optfontspage.ui @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> + <object class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="pixbuf">svx/res/nu01.png</property> + </object> <object class="GtkImage" id="image2"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -9,6 +14,7 @@ <object class="GtkBox" id="OptFontsPage"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="border_width">6</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> @@ -377,9 +383,4 @@ </packing> </child> </object> - <object class="GtkImage" id="image1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="pixbuf">svx/res/nu01.png</property> - </object> </interface> |