diff options
author | Stefan Knorr <heinzlesspam@gmail.com> | 2013-07-27 22:32:57 +0200 |
---|---|---|
committer | Stefan Knorr <heinzlesspam@gmail.com> | 2013-07-28 12:17:13 +0200 |
commit | 5e77e5070f9ac55a9296a540f5362c98c7d7bfdb (patch) | |
tree | eaef8a5805d3d7c39124556bbd4a44778d885c45 /cui | |
parent | 3a4a27c6ee882fae3d08a0e024731f55fbfe067f (diff) |
Change Insert Plugin dialog's button layout to be horizontal
Change-Id: I75c512d52f09f57907ba076672b56743f1a22fde
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/insertplugin.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/insertplugin.ui b/cui/uiconfig/ui/insertplugin.ui index 481c5d14e23e..c992af46605b 100644 --- a/cui/uiconfig/ui/insertplugin.ui +++ b/cui/uiconfig/ui/insertplugin.ui @@ -9,6 +9,7 @@ <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> <object class="GtkBox" id="box3"> @@ -106,7 +107,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="hscrollbar_policy">never</property> - <property name="vscrollbar_policy">always</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="pluginoptions:border"> @@ -146,8 +146,7 @@ <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> @@ -190,6 +189,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> |