diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-07 21:22:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:25 +0100 |
commit | a498ac81ae4e79e61a55432f12962c69bdf116ca (patch) | |
tree | bcfdb9ddaf76daf8267ff79955b1ba62dd31d1eb /sw | |
parent | f5e6be39bdc852ca2338abacf1689af9b04a7760 (diff) |
pretty title page dialog a bit more
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/titlepage.ui | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/sw/uiconfig/swriter/ui/titlepage.ui b/sw/uiconfig/swriter/ui/titlepage.ui index dd8e44fc1f54..7cee6ac934c6 100644 --- a/sw/uiconfig/swriter/ui/titlepage.ui +++ b/sw/uiconfig/swriter/ui/titlepage.ui @@ -17,6 +17,7 @@ <child> <object class="GtkButton" id="PB_OK"> <property name="label">gtk-ok</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -32,6 +33,7 @@ <child> <object class="GtkButton" id="PB_CANCEL"> <property name="label">gtk-cancel</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -47,6 +49,7 @@ <child> <object class="GtkButton" id="PB_HELP"> <property name="label">gtk-help</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -88,8 +91,8 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="column_spacing">5</property> <property name="row_homogeneous">True</property> - <property name="n_rows">5</property> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> @@ -122,12 +125,13 @@ <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">0</property> <property name="label" translatable="yes">pages</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">2</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -161,13 +165,14 @@ <packing> <property name="left_attach">2</property> <property name="top_attach">4</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkRadioButton" id="RB_USE_EXISTING_PAGES"> <property name="label" translatable="yes">Converting existing pages to title pages</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> @@ -180,13 +185,14 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">3</property> + <property name="width">4</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkRadioButton" id="RB_INSERT_NEW_PAGES"> <property name="label" translatable="yes">Insert new title pages</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> @@ -199,13 +205,14 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">3</property> + <property name="width">4</property> <property name="height">1</property> </packing> </child> <child> <object class="GtkRadioButton" id="RB_DOCUMENT_START"> <property name="label" translatable="yes">Document Start</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> @@ -223,11 +230,9 @@ </packing> </child> <child> - <placeholder/> - </child> - <child> <object class="GtkRadioButton" id="RB_PAGE_START"> <property name="label" translatable="yes">Page</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> @@ -244,6 +249,9 @@ <property name="height">1</property> </packing> </child> + <child> + <placeholder/> + </child> </object> </child> </object> @@ -283,6 +291,7 @@ <child> <object class="GtkCheckButton" id="CB_RESTART_NUMBERING"> <property name="label" translatable="yes">Reset Page Numbering after title pages</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> @@ -337,6 +346,7 @@ <child> <object class="GtkCheckButton" id="CB_SET_PAGE_NUMBER"> <property name="label" translatable="yes">Set Page Number for first title page</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> @@ -436,6 +446,7 @@ <child> <object class="GtkButton" id="PB_PAGE_PROPERTIES"> <property name="label" translatable="yes">Edit...</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |