tortoisehg / stable (http://tortoisehg.bitbucket.org/)
TortoiseHg repository. Main line of development in "default" branch. Releases, bugfixes, and documentation improvements in "stable" branch.
Clone this repository (size: 76.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/tortoisehg/stable/
| commit 3076: | a3e4ef402ea4 |
| parent 3075: | 61e9a4128b71 |
| branch: | default |
thgconfig: add padding around description text
Fixes #345
Changed (Δ43 bytes):
raw changeset »
hggtk/thgconfig.py (1 lines added, 0 lines removed)
Up to file-list hggtk/thgconfig.py:
| … | … | @@ -784,6 +784,7 @@ class ConfigDialog(gtk.Dialog): |
784 |
784 |
scrolledwindow = gtk.ScrolledWindow() |
785 |
785 |
scrolledwindow.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC) |
786 |
786 |
scrolledwindow.add(desctext) |
787 |
scrolledwindow.set_border_width(4) |
|
787 |
788 |
descframe.add(scrolledwindow) |
788 |
789 |
|
789 |
790 |
vbox = gtk.VBox() |
