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

stable sync: remove border around toolbars

Changeset 69616375613b

Parent 58d4e7285814

by David Golub

Changes to 2 files · Browse files at 69616375613b Showing diff from parent 58d4e7285814 Diff from another changeset...

 
188
189
190
 
191
192
193
 
188
189
190
191
192
193
194
@@ -188,6 +188,7 @@
 }    thgstylesheet = '* { white-space: pre; font-family: monospace; font-size: 9pt; }' +tbstylesheet = 'QToolBar { border: 0px }'    def configstyles(ui):   configureshell(ui)
 
96
97
98
 
99
100
101
 
181
182
183
 
184
185
186
 
96
97
98
99
100
101
102
 
182
183
184
185
186
187
188
@@ -96,6 +96,7 @@
  self.resize(850, 550)     tb = QToolBar(self) + tb.setStyleSheet(qtlib.tbstylesheet)   self.layout().addWidget(tb)   self.opbuttons = []   @@ -181,6 +182,7 @@
  layout.addLayout(hbox)     self.pathEditToolbar = tbar = QToolBar(_('Path Edit Toolbar')) + tbar.setStyleSheet(qtlib.tbstylesheet)   tbar.setIconSize(QSize(16, 16))   hbox.addWidget(tbar)   self.schemecombo = QComboBox()