# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1243001574 -7200
# Node ID 3a7d95c58910b74e75950923ffb22b3063dce0d9
# Parent  7a2a397612958e7339f83c64951f322acda0b13a
hgignore: increase width of labels for translations

diff --git a/hggtk/hgignore.py b/hggtk/hgignore.py
--- a/hggtk/hgignore.py
+++ b/hggtk/hgignore.py
@@ -32,7 +32,7 @@
 
         hbox = gtk.HBox()
         lbl = gtk.Label(_('Glob:'))
-        lbl.set_property('width-chars', 7)
+        lbl.set_property('width-chars', 9)
         lbl.set_alignment(1.0, 0.5)
         hbox.pack_start(lbl, False, False, 4)
         glob_entry = gtk.Entry()
@@ -47,7 +47,7 @@
 
         hbox = gtk.HBox()
         lbl = gtk.Label(_('Regexp:'))
-        lbl.set_property('width-chars', 7)
+        lbl.set_property('width-chars', 9)
         lbl.set_alignment(1.0, 0.5)
         hbox.pack_start(lbl, False, False, 4)
         regexp_entry = gtk.Entry()

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to