Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

manifestdialog: shrink toolbar, remove outer margins

Changeset 1d47026a5a3a

Parent e95ed97bbbc4

by Steve Borho

Changes to one file · Browse files at 1d47026a5a3a Showing diff from parent e95ed97bbbc4 Diff from another changeset...

 
152
153
154
 
155
156
157
158
 
159
160
161
 
152
153
154
155
156
157
158
159
160
161
162
163
@@ -152,10 +152,12 @@
  self.setLayout(QVBoxLayout())   self._splitter = QSplitter()   self.layout().addWidget(self._splitter) + self.layout().setContentsMargins(0, 0, 0, 0)     navlayout = QVBoxLayout(spacing=0)   navlayout.setContentsMargins(0, 0, 0, 0)   self._toolbar = QToolBar() + self._toolbar.setIconSize(QSize(16,16))   self._treeview = QTreeView(headerHidden=True, dragEnabled=True)   navlayout.addWidget(self._toolbar)   navlayout.addWidget(self._treeview)