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: devote more horizontal space to the path entry

The host entry does not need to be nearly as large as path.

Changeset d2fe4bad92bb

Parent 5b6e86c1d292

by Steve Borho

Changes to one file · Browse files at d2fe4bad92bb Showing diff from parent 5b6e86c1d292 Diff from another changeset...

 
183
184
185
186
 
187
188
189
 
183
184
185
 
186
187
188
189
@@ -183,7 +183,7 @@
  self.pathentry = QLineEdit()   self.pathentry.setAcceptDrops(False)   self.pathentry.textChanged.connect(self.refreshUrl) - hbox.addWidget(self.pathentry, 1) + hbox.addWidget(self.pathentry, 4)     hbox = QHBoxLayout()   hbox.setContentsMargins(0, 0, 0, 0)