Remove dummy text from notixe bar class

This commit is contained in:
Veronica K. B. Olsen
2020-04-26 20:43:22 +02:00
parent 9263348b25
commit 3a9de4af38
+1 -1
View File
@@ -49,7 +49,7 @@ class GuiNoticeBar(QFrame):
self.mainBox = QHBoxLayout(self)
self.mainBox.setContentsMargins(8,2,2,2)
self.noteLabel = QLabel("Hi there!")
self.noteLabel = QLabel("")
self.closeButton = QPushButton(self.theTheme.getIcon("close"),"")
self.closeButton.clicked.connect(self.hideNote)