We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5790304 commit 704801fCopy full SHA for 704801f
ui.py
@@ -52,7 +52,7 @@ def __init__(self):
52
pref_action = emenu_actions.addAction("Preferences")
53
pref_action.triggered.connect(self.set_preferences)
54
55
- self.back_btn = QPushButton("< Back")
+ self.back_btn = QPushButton("Back")
56
self.back_btn.setFixedSize(70, 30)
57
self.back_btn.setCursor(Qt.PointingHandCursor)
58
self.back_btn.clicked.connect(self.go_back)
0 commit comments