Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hgignore: increase width of labels for translations

Changeset 953d0a6edb32

Parent 0cfea0adc5eb

by Giampaolo Fadel

Changes to one file · Browse files at 953d0a6edb32 Showing diff from parent 0cfea0adc5eb Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​hgignore.py Stacked
 
32
33
34
35
 
36
37
38
 
47
48
49
50
 
51
52
53
 
32
33
34
 
35
36
37
38
 
47
48
49
 
50
51
52
53
@@ -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()