diff options
author | Arx Cruz <acruz@redhat.com> | 2015-10-02 13:39:49 +0200 |
---|---|---|
committer | Arx Cruz <acruz@redhat.com> | 2015-10-02 13:39:49 +0200 |
commit | 9fe89f903f33e8a7d893a0baa52a957e85c96a16 (patch) | |
tree | dd76dfae27520f0ff263ca82ae2b9714c4eb7366 /src/zenity.ui | |
parent | 861cedd134cfeaa944e65135e312687f3b854965 (diff) | |
download | zenity-9fe89f903f33e8a7d893a0baa52a957e85c96a16.tar.gz |
Fixing glade file.
The entry dialog was with wrong box position
Diffstat (limited to 'src/zenity.ui')
-rw-r--r-- | src/zenity.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/zenity.ui b/src/zenity.ui index b16ea73..43b884f 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.1 --> +<!-- Generated with glade 3.19.0 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="adjustment1"> @@ -202,6 +202,7 @@ <object class="GtkCheckButton" id="zenity_text_checkbox"> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="xalign">0.5</property> <property name="draw_indicator">True</property> </object> <packing> @@ -365,6 +366,7 @@ <object class="GtkBox" id="dialog-vbox4"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">2</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area4"> @@ -413,11 +415,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="orientation">vertical</property> <child> <object class="GtkBox" id="vbox4"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="zenity_entry_text"> |