Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc4, 0.4, and 0.4.1

hgtk/thgconfig: Fix WinXP theming of Event Boxes on top of Tab Panels

Changeset 136f415d18ee

Parent a12c849659ca

by Peter Ruibal

Changes to one file · Browse files at 136f415d18ee Showing diff from parent a12c849659ca Diff from another changeset...

 
437
438
439
 
440
441
442
 
437
438
439
440
441
442
443
@@ -437,6 +437,7 @@
  lbl = gtk.Label(label + ':')   lbl.set_alignment(1.0, 0.0)   eventbox = gtk.EventBox() + eventbox.set_visible_window(False)   eventbox.add(lbl)   table.attach(eventbox, 0, 1, row, row+1, gtk.FILL, 0, 4, 3)   table.attach(combo, 1, 2, row, row+1, gtk.FILL|gtk.EXPAND, 0, 4, 3)