Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable commit: allow user selection combo to expand horizontally

Changeset d887c7ccf021

Parent e668510da7db

by Eduard-Cristian Stefan

Changes to one file · Browse files at d887c7ccf021 Showing diff from parent e668510da7db Diff from another changeset...

 
635
636
637
 
 
638
639
640
 
635
636
637
638
639
640
641
642
@@ -635,6 +635,8 @@
  usercombo = QComboBox()   usercombo.setEditable(True)   usercombo.setEnabled(False) + SP = QSizePolicy + usercombo.setSizePolicy(SP(SP.Expanding, SP.Minimum))   self.usercb.toggled.connect(usercombo.setEnabled)   self.usercb.toggled.connect(lambda s: s and usercombo.setFocus())