removing style
This commit is contained in:
parent
6b9d7d7870
commit
97cf9e5df5
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class LoginScreen(object):
|
||||||
font.setFamily("Impact")
|
font.setFamily("Impact")
|
||||||
font.setPointSize(16)
|
font.setPointSize(16)
|
||||||
self.toxygen.setFont(font)
|
self.toxygen.setFont(font)
|
||||||
QtGui.QApplication.setStyle(QtGui.QStyleFactory.create('Plastique'))
|
|
||||||
self.toxygen.setObjectName("toxygen")
|
self.toxygen.setObjectName("toxygen")
|
||||||
|
|
||||||
self.retranslateUi(Form)
|
self.retranslateUi(Form)
|
||||||
|
|
Loading…
Reference in a new issue