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

stable icons: move plus/minus icons under icons/

They're placed directly under icons folder because they won't be scaled.

Changeset ba5d884bcf1d

Parent 0c2d0a092faf

by Yuya Nishihara

Changes to 3 files · Browse files at ba5d884bcf1d Showing diff from parent 0c2d0a092faf Diff from another changeset...

icons/​expander-close.png Side by side
renamed from tortoisehg/hgqt/icons/minus.png
Removed image
Added image
Subtracted image Added image
icons/​expander-open.png Side by side
renamed from tortoisehg/hgqt/icons/plus.png
Removed image
Added image
Subtracted image Added image
 
437
438
439
440
441
 
 
442
443
444
 
437
438
439
 
 
440
441
442
443
444
@@ -437,8 +437,8 @@
  self.setFlat(True)   self.setAutoDefault(False)   - self.plus = geticon('plus') - self.minus = geticon('minus') + self.plus = geticon('expander-open') + self.minus = geticon('expander-close')   icon = expanded and self.minus or self.plus   self.setIcon(icon)