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

stable backout: add empty subTitle to ResultPage

In ClassicStyle and ModernStyle, using subtitles is necessary to make
the header appear.
See http://doc.qt.nokia.com/4.7/qwizardpage.html#subTitle-prop

Changeset 361dacec7eff

Parent 7e8415d9e124

by André Sintzoff

Changes to one file · Browse files at 361dacec7eff Showing diff from parent 7e8415d9e124 Diff from another changeset...

 
542
543
544
 
545
546
547
 
542
543
544
545
546
547
548
@@ -542,6 +542,7 @@
  def __init__(self, repo, parent):   super(ResultPage, self).__init__(repo, parent)   self.setTitle(_('Finished')) + self.setSubTitle(' ')   self.setFinalPage(True)     self.setLayout(QVBoxLayout())