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

stable repowidget: add spacing around edge of window

Changeset 05445d0559c9

Parent d3dffcc0bf0f

by David Golub

Changes to one file · Browse files at 05445d0559c9 Showing diff from parent d3dffcc0bf0f Diff from another changeset...

 
147
148
149
150
 
151
152
153
 
147
148
149
 
150
151
152
153
@@ -147,7 +147,7 @@
    self.repotabs_splitter = QSplitter(orientation=Qt.Vertical)   self.setLayout(QVBoxLayout()) - self.layout().setContentsMargins(0, 0, 0, 0) + self.layout().setContentsMargins(5, 5, 5, 5)   self.layout().setSpacing(0)     self._infobarlayout = QVBoxLayout() # placeholder for InfoBar