diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-06 14:44:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-06 14:44:03 +0000 |
commit | 766c1243e6f8904e6fab70d56d143dd153e2dff1 (patch) | |
tree | 803b6a738d361498116327b0e226990ded1c2f96 | |
parent | d4206deb884a7dcce40104e566b6885131ee0d5a (diff) |
reorient name dialog and make a little narrower
Change-Id: I59769d286dc3e5a7fee77d4f72711e6b48b8b7ed
-rw-r--r-- | cui/uiconfig/ui/namedialog.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/namedialog.ui b/cui/uiconfig/ui/namedialog.ui index c21d41198ab8..4d7bef034e56 100644 --- a/cui/uiconfig/ui/namedialog.ui +++ b/cui/uiconfig/ui/namedialog.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="NameDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -9,12 +10,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">end</property> + <property name="layout_style">start</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> @@ -95,7 +96,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="width_chars">55</property> + <property name="width_chars">40</property> </object> <packing> <property name="expand">False</property> |