Add TODO
This commit is contained in:
parent
5bab3aa79d
commit
50b5f84f1d
@ -3,6 +3,7 @@ from PyQt5.QtCore import pyqtSignal, Qt, QSize
|
|||||||
from PyQt5.QtGui import QValidator, QKeySequence
|
from PyQt5.QtGui import QValidator, QKeySequence
|
||||||
|
|
||||||
class StatusBar(QWidget):
|
class StatusBar(QWidget):
|
||||||
|
# TODO: the statusbar should be a bit smaller
|
||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self.setObjectName(self.__class__.__name__)
|
self.setObjectName(self.__class__.__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user