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

stable branchop: allow combo box to stretch when dialog box is resized

Changeset ed75d8f72a86

Parent 17025c560486

by David Golub

Changes to one file · Browse files at ed75d8f72a86 Showing diff from parent 17025c560486 Diff from another changeset...

 
60
61
62
 
 
63
64
65
 
60
61
62
63
64
65
66
67
@@ -60,6 +60,8 @@
  grid.addWidget(newbranch, 1, 0)   grid.addWidget(branchCombo, 1, 1)   grid.addWidget(closebranch, 2, 0) + grid.setColumnStretch(0, 0) + grid.setColumnStretch(1, 1)   layout.addLayout(grid)     newbranch.toggled.connect(branchCombo.setEnabled)