diff options
author | Arx Cruz <arxcruz@redhat.com> | 2017-04-04 15:08:33 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@redhat.com> | 2017-04-04 15:11:56 +0200 |
commit | ef14066564b664328c69569aa0c66bdb49b496d5 (patch) | |
tree | 438a2340925d6e5dd6a28c6704f1f0197143cc1a /src | |
parent | Fix misleading indentation (diff) | |
download | zenity-ef14066564b664328c69569aa0c66bdb49b496d5.tar.gz zenity-ef14066564b664328c69569aa0c66bdb49b496d5.tar.bz2 zenity-ef14066564b664328c69569aa0c66bdb49b496d5.zip |
Bug 762347: Addition of entry text width option
This is a bug in the glade file, where the GtkEntry wasn't being filled
to fill the width of the window. There is no need to add a
--entry-text-width option
Diffstat (limited to 'src')
-rw-r--r-- | src/zenity.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenity.ui b/src/zenity.ui index 43b884f6..07915d34 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.19.0 --> +<!-- Generated with glade 3.20.0 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="adjustment1"> @@ -440,7 +440,7 @@ </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> |