Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

stable repofilter: set horizontal size policy to expanding for the branch combo box

This resolves the issue where the branch combo box size becomes too small

Changeset 38cb0dc489f0

Parent f1b7a37a86d7

by Ahmed Chaudhary

Changes to one file · Browse files at 38cb0dc489f0 Showing diff from parent f1b7a37a86d7 Diff from another changeset...

 
214
215
216
 
217
218
219
220
221
 
214
215
216
217
218
 
219
220
221
@@ -214,8 +214,8 @@
  self._branchLabel.setMenu(self._branchMenu)     self._branchCombo = QComboBox() + self._branchCombo.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)   self._branchCombo.setSizeAdjustPolicy(QComboBox.AdjustToMinimumContentsLength) - self._branchCombo.setMinimumSize(100,0)   self._branchCombo.currentIndexChanged.connect(self._emitBranchChanged)   self._branchReloading = False