[Xfce4-commits] [apps/mousepad] 01/01: Limit prefs dialog tab width to range allowed by schema.

noreply at xfce.org noreply at xfce.org
Thu Jul 9 01:49:56 CEST 2015


This is an automated email from the git hooks/post-receive script.

mbrush pushed a commit to branch master
in repository apps/mousepad.

commit 15f4e5a47bd85d2cd831f65d6a66e548ad4d5708
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date:   Wed Jul 8 17:18:30 2015 +0100

    Limit prefs dialog tab width to range allowed by schema.
    
    Closes bug #12055
---
 mousepad/mousepad-prefs-dialog.glade |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mousepad/mousepad-prefs-dialog.glade b/mousepad/mousepad-prefs-dialog.glade
index c886cb1..7bd8064 100644
--- a/mousepad/mousepad-prefs-dialog.glade
+++ b/mousepad/mousepad-prefs-dialog.glade
@@ -43,7 +43,8 @@
     </data>
   </object>
   <object class="GtkAdjustment" id="/prefs/editor/tab-width-adjustment">
-    <property name="upper">128</property>
+    <property name="lower">1</property>
+    <property name="upper">32</property>
     <property name="value">8</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list