Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3, 0.4rc1, and 0.4rc2

hggtk/hgemail: add shadow around patch description window

Changeset c2ab059f1f93

Parent b5fc8cec07f9

by TK Soh

Changes to one file · Browse files at c2ab059f1f93 Showing diff from parent b5fc8cec07f9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgemail.py Stacked
 
153
154
155
 
156
157
158
 
153
154
155
156
157
158
159
@@ -153,6 +153,7 @@
  self.descview.modify_font(pango.FontDescription("Monospace"))   self.descbuffer = self.descview.get_buffer()   scrolledwindow = gtk.ScrolledWindow() + scrolledwindow.set_shadow_type(gtk.SHADOW_ETCHED_IN)   scrolledwindow.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)   scrolledwindow.add(self.descview)   frame = gtk.Frame('Patch Series (Bundle) Description')