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

stable remove icons on regular buttons

partially reverting 3b3d6e207d0d

Icons on buttons in such cases is against the Windows 7 UI
Guidelines at
http://msdn.microsoft.com/en-us/library/aa511453.aspx#guidelines

Changeset 0d13217ba28e

Parent 96d0577fea47

by Adrian Buehlmann

Changes to 3 files · Browse files at 0d13217ba28e Showing diff from parent 96d0577fea47 Diff from another changeset...

 
48
49
50
51
52
53
54
 
48
49
50
 
51
52
53
@@ -48,7 +48,6 @@
  chk = QCheckBox(_('Ignore case'))   bt = QPushButton(_('Search'))   bt.setDefault(True) - bt.setIcon(qtlib.geticon('hg-grep'))   f = bt.font()   f.setWeight(QFont.Bold)   bt.setFont(f)
 
163
164
165
166
167
168
169
 
163
164
165
 
166
167
168
@@ -163,7 +163,6 @@
  f = b.font()   f.setWeight(QFont.Bold)   b.setFont(f) - b.setIcon(qtlib.geticon('hg-commit'))   self.qnewOrRefreshBtn = b     qrefhbox.addWidget(self.qqueueBtn)
 
232
233
234
235
236
237
238
 
232
233
234
 
235
236
237
@@ -232,7 +232,6 @@
  pats = {}   opts = {}   b = QPushButton(_('Commit')) - b.setIcon(qtlib.geticon('hg-commit'))   b.setAutoDefault(True)   f = b.font()   f.setWeight(QFont.Bold)