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

status: tune margins

Changeset 3c38a0bf2a02

Parent ac4bd84ec7fc

by Adrian Buehlmann

Changes to one file · Browse files at 3c38a0bf2a02 Showing diff from parent ac4bd84ec7fc Diff from another changeset...

 
63
64
65
 
66
67
68
69
 
70
71
72
 
73
74
75
 
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
@@ -63,13 +63,16 @@
    split = QSplitter(Qt.Horizontal)   layout = QVBoxLayout() + layout.setMargin(0)   layout.addWidget(split)   self.setLayout(layout)     vbox = QVBoxLayout() + vbox.setMargin(0)   frame = QFrame(split)   frame.setLayout(vbox)   hbox = QHBoxLayout() + hbox.setContentsMargins (5, 7, 0, 0)   lbl = QLabel(_('Filter:'))   le = QLineEdit()   hbox.addWidget(lbl)