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

stable fileview: allow spacing between toolbar and text box for consistency on both sides of quickop window

Changeset 9d2a8333548e

Parent 9865fbdf0a00

by David Golub

Changes to one file · Browse files at 9d2a8333548e Showing diff from parent 9865fbdf0a00 Diff from another changeset...

 
44
45
46
47
48
49
50
 
44
45
46
 
47
48
49
@@ -44,7 +44,6 @@
  QFrame.__init__(self, parent)   framelayout = QVBoxLayout(self)   framelayout.setContentsMargins(0,0,0,0) - framelayout.setSpacing(0)     l = QHBoxLayout()   l.setContentsMargins(0,0,0,0)