Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

thgconfig: render extension name with underline correctly

This is the same issue as #1004.

Changeset ac11ff946d81

Parent 583d476031f3

by Yuya Nishihara

Changes to one file · Browse files at ac11ff946d81 Showing diff from parent 583d476031f3 Diff from another changeset...

 
1160
1161
1162
1163
 
1164
1165
1166
 
1160
1161
1162
 
1163
1164
1165
1166
@@ -1160,7 +1160,7 @@
    self.extensionschecks = {}   for name, shortdesc in allexts(): - ck = gtk.CheckButton(name) + ck = gtk.CheckButton(name, use_underline=False)   ck.connect('toggled', self.dirty_event)   ck.connect('focus-in-event', self.set_help, shortdesc)   table.add_row(ck, padding=False)