Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

taskbarui: remove frame line from notebook pane

Changeset 24df8c18d97e

Parent e1ea9cd05e32

by Yuki KODAMA

Changes to one file · Browse files at 24df8c18d97e Showing diff from parent e1ea9cd05e32 Diff from another changeset...

 
151
152
153
 
154
155
156
 
151
152
153
154
155
156
157
@@ -151,6 +151,7 @@
  def add_page(self, notebook, tab):   frame = gtk.Frame()   frame.set_border_width(5) + frame.set_shadow_type(gtk.SHADOW_NONE)   frame.show()   label = gtk.Label(tab)   notebook.append_page(frame, label)