[sound-juicer] Fix the width of year and disc number entries



commit 9f35f16874748e54392dc419325c14b0474a4bad
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Mon Apr 28 10:39:39 2014 +0100

    Fix the width of year and disc number entries
    
    Specify a value for "max-width-chars" to stop the year and disc number
    entries growing too large on GTK 3.12.

 data/sound-juicer.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/sound-juicer.ui b/data/sound-juicer.ui
index b13d5cb..7c6ab0f 100644
--- a/data/sound-juicer.ui
+++ b/data/sound-juicer.ui
@@ -75,8 +75,8 @@
                       <object class="GtkEntry" id="year_entry">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="max_length">4</property>
                         <property name="width_chars">4</property>
+                        <property name="max_width_chars">4</property>
                         <accessibility>
                           <relation type="labelled-by" target="label4"/>
                         </accessibility>
@@ -112,6 +112,7 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="width_chars">2</property>
+                        <property name="max_width_chars">2</property>
                         <accessibility>
                           <relation type="labelled-by" target="label6"/>
                         </accessibility>


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