Fix some typos
This commit is contained in:
@@ -64,7 +64,7 @@ class GuiTextDocument(QTextDocument):
|
||||
return self._syntax
|
||||
|
||||
##
|
||||
# Metods
|
||||
# Methods
|
||||
##
|
||||
|
||||
def setTextContent(self, text: str, tHandle: str) -> None:
|
||||
|
||||
@@ -97,7 +97,7 @@ class GuiMainStatus(QStatusBar):
|
||||
self.addPermanentWidget(self.statsText)
|
||||
|
||||
# The Session Clock
|
||||
# Set the mimimum width so the label doesn't rescale every second
|
||||
# Set the minimum width so the label doesn't rescale every second
|
||||
self.timeIcon = QLabel()
|
||||
self.timeText = QLabel("")
|
||||
self.timeText.setToolTip(self.tr("Session Time"))
|
||||
|
||||
Reference in New Issue
Block a user