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

thgconfig: add padding around description text

Fixes #345

Changeset a3e4ef402ea4

Parent 61e9a4128b71

by Steve Borho

Changes to one file · Browse files at a3e4ef402ea4 Showing diff from parent 61e9a4128b71 Diff from another changeset...

 
784
785
786
 
787
788
789
 
784
785
786
787
788
789
790
@@ -784,6 +784,7 @@
  scrolledwindow = gtk.ScrolledWindow()   scrolledwindow.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)   scrolledwindow.add(desctext) + scrolledwindow.set_border_width(4)   descframe.add(scrolledwindow)     vbox = gtk.VBox()