summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knorr <heinzlesspam@gmail.com>2013-07-28 00:21:09 +0200
committerStefan Knorr <heinzlesspam@gmail.com>2013-07-28 12:17:14 +0200
commit0f3af36ba158d01408cd2dc024030a861512ad90 (patch)
tree3a4bb2a19f1f0c80d5ba0410f4bf3e2c78f375cb
parente437dab84256bfabf2c5f5164d6ec55476281701 (diff)
Change Page Preview Zoom dialog's button layout to be horizontal
Change-Id: I7f1bd32ebf4c9e6df794404d4177043e1b5cb790
-rw-r--r--sw/uiconfig/swriter/ui/previewzoomdialog.ui7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/previewzoomdialog.ui b/sw/uiconfig/swriter/ui/previewzoomdialog.ui
index 8c06a510dc32..f0a4b1b36c85 100644
--- a/sw/uiconfig/swriter/ui/previewzoomdialog.ui
+++ b/sw/uiconfig/swriter/ui/previewzoomdialog.ui
@@ -23,12 +23,12 @@
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <property name="layout_style">start</property>
+ <property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
@@ -71,6 +71,7 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
+ <property name="secondary">True</property>
</packing>
</child>
</object>
@@ -86,6 +87,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
+ <property name="margin_left">6</property>
+ <property name="margin_right">6</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="row_spacing">6</property>