Extend colour label widget to accept two colour states
This commit is contained in:
@@ -69,7 +69,7 @@ class GuiWordList(NDialog):
|
||||
|
||||
# Header
|
||||
self.headLabel = NColourLabel(
|
||||
self.tr("Project Word List"), SHARED.theme.helpText, parent=self,
|
||||
self.tr("Project Word List"), self, color=SHARED.theme.helpText,
|
||||
scale=NColourLabel.HEADER_SCALE
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user