Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable commit: remove border around toolbar

Changeset 2eadef687c12

Parent c58da9001d44

by David Golub

Changes to one file · Browse files at 2eadef687c12 Showing diff from parent c58da9001d44 Diff from another changeset...

 
87
88
89
 
90
91
92
 
87
88
89
90
91
92
93
@@ -87,6 +87,7 @@
  hbox.setMargin(0)   hbox.setContentsMargins(*(0,)*4)   tbar = QToolBar(_("Commit Dialog Toolbar"), self) + tbar.setStyleSheet(qtlib.tbstylesheet)   hbox.addWidget(tbar)     self.branchbutton = tbar.addAction(_('Branch: '))