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

stable fileview: remove border around toolbar

Changeset c3f77baf9386

Parent 2eadef687c12

by David Golub

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

 
61
62
63
 
64
65
66
 
61
62
63
64
65
66
67
@@ -61,6 +61,7 @@
    self.diffToolbar = QToolBar(_('Diff Toolbar'))   self.diffToolbar.setIconSize(QSize(16,16)) + self.diffToolbar.setStyleSheet(qtlib.tbstylesheet)   hbox.addWidget(self.diffToolbar)     self.filenamelabel = w = QLabel()