[zenity] Bug 762347: Addition of entry text width option



commit ef14066564b664328c69569aa0c66bdb49b496d5
Author: Arx Cruz <arxcruz redhat com>
Date:   Tue Apr 4 15:08:33 2017 +0200

    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

 src/zenity.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/zenity.ui b/src/zenity.ui
index 43b884f..07915d3 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]