Skip to content

Commit

Permalink
Update entertimeUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asmitapoddar authored Mar 25, 2017
1 parent b7fd65a commit b7fd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entertimeUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def setupUi(self, MainWindow):
self.hrs_spinBox.setPalette(palette)
self.hrs_spinBox.setAutoFillBackground(True)
self.hrs_spinBox.setMaximum(59)
self.hrs_spinBox.setDisplayIntegerBase(10)
#self.hrs_spinBox.setDisplayIntegerBase(10)
self.hrs_spinBox.setObjectName(_fromUtf8("hrs_spinBox"))
self.mins_spinBox_2 = QtGui.QSpinBox(self.centralWidget)
self.mins_spinBox_2.setGeometry(QtCore.QRect(400, 290, 48, 27))
Expand Down

0 comments on commit b7fd2fa

Please sign in to comment.