Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

about: set License button as autoDefault false

To ensure that License button is not seen as the default one

Changeset 7367a3750845

Parent 9563ba32e66d

by André Sintzoff

Changes to 2 files · Browse files at 7367a3750845 Showing diff from parent 9563ba32e66d Diff from another changeset...

 
225
226
227
 
 
 
228
229
230
 
225
226
227
228
229
230
231
232
233
@@ -225,6 +225,9 @@
  <property name="text">   <string>&amp;License</string>   </property> + <property name="autoDefault"> + <bool>false</bool> + </property>   </widget>   </item>   <item>
 
2
3
4
5
 
6
7
8
 
131
132
133
 
134
135
136
 
2
3
4
 
5
6
7
8
 
131
132
133
134
135
136
137
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'tortoisehg/hgqt/about.ui'  # -# Created: Tue May 18 19:41:14 2010 +# Created: Tue May 18 21:54:26 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -131,6 +131,7 @@
  self.button_hlayout = QtGui.QHBoxLayout()   self.button_hlayout.setObjectName("button_hlayout")   self.license_button = QtGui.QPushButton(AboutDialog) + self.license_button.setAutoDefault(False)   self.license_button.setObjectName("license_button")   self.button_hlayout.addWidget(self.license_button)   spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)