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

status: layout fine tuning

Changeset 1c5130171abd

Parent 63fbedab5d2d

by Adrian Buehlmann

Changes to one file · Browse files at 1c5130171abd Showing diff from parent 63fbedab5d2d Diff from another changeset...

 
108
109
110
111
 
 
 
 
112
113
114
 
163
164
165
 
166
167
168
 
108
109
110
 
111
112
113
114
115
116
117
 
166
167
168
169
170
171
172
@@ -108,7 +108,10 @@
  cpb.clicked.connect(clearPattern)     self.countlbl = QLabel() - vbox.addWidget(self.countlbl) + hcbox = QHBoxLayout() + vbox.addLayout(hcbox) + hcbox.addSpacing(6) + hcbox.addWidget(self.countlbl)     self.connect(tv, SIGNAL('clicked(QModelIndex)'), self.rowSelected)   self.connect(tv, SIGNAL('menuAction()'), self.refreshWctx) @@ -163,6 +166,7 @@
  self.override.setEnabled(False)   self.override.toggled.connect(self.refreshDiff)   hbox.addWidget(self.override) + hbox.addSpacing(6)     self.te = QTextEdit()   self.te.document().setDefaultStyleSheet(qtlib.thgstylesheet)