Fix spelling error

This commit is contained in:
Laugh 2019-09-14 09:05:47 +08:00 committed by GitHub
parent 83c0a35101
commit 9c8e1a3ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()