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 1734463 commit c931e63Copy full SHA for c931e63
gui.py
@@ -56,7 +56,7 @@ def __init__(self):
56
self.gui = GUIWidget(self)
57
self.setCentralWidget(self.gui)
58
59
- self.setWindowTitie(_("Palette editor"))
+ self.setWindowTitle(_("Palette editor"))
60
self.resize(800, 600)
61
62
0 commit comments