Merge pull request #91 from laugh12321/patch-1

Fix spelling error
This commit is contained in:
ヽoo悾絔℅o。 2019-09-14 10:39:37 +08:00 committed by GitHub
commit 467999dbab
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()