Config: Fix typo
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
301e2079e5
commit
631334219c
@ -147,4 +147,4 @@ class Config(QObject):
|
|||||||
return
|
return
|
||||||
|
|
||||||
self._separatorWidth = width
|
self._separatorWidth = width
|
||||||
self.spacerMaxWidthChanged.emit(width)
|
self.separatorWidthChanged.emit(width)
|
||||||
|
Loading…
Reference in New Issue
Block a user