Fix spelling error
This commit is contained in:
parent
83c0a35101
commit
9c8e1a3ac6
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ QLabel {
|
|||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
from PyQt5.QtWidgets import QApplicationr
|
||||
from PyQt5.QtWidgets import QApplication
|
||||
app = QApplication(sys.argv)
|
||||
app.setStyleSheet(Stylesheet)
|
||||
w = LeftTabWidget()
|
||||
|
|
Loading…
Reference in a new issue