Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable sync, mq: allow some vertical padding

Changeset cbd13bd305cb

Parent b797374dc7b1

by Steve Borho

Changes to 2 files · Browse files at cbd13bd305cb Showing diff from parent b797374dc7b1 Diff from another changeset...

 
36
37
38
39
 
40
41
42
 
36
37
38
 
39
40
41
42
@@ -36,7 +36,7 @@
  self.refreshing = False     layout = QVBoxLayout() - layout.setSpacing(0) + layout.setSpacing(4)   self.setLayout(layout)     # top toolbar
 
41
42
43
44
 
45
46
47
 
41
42
43
 
44
45
46
47
@@ -41,7 +41,7 @@
    layout = QVBoxLayout()   layout.setContentsMargins(0, 0, 0, 0) - layout.setSpacing(0) + layout.setSpacing(4)   self.setLayout(layout)   self.setAcceptDrops(True)