Config: Fix typo

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
Juraj Oravec 2019-06-26 10:41:58 +02:00
parent 301e2079e5
commit 631334219c
No known key found for this signature in database
GPG Key ID: 63ACB65056BC8D07

View File

@ -147,4 +147,4 @@ class Config(QObject):
return
self._separatorWidth = width
self.spacerMaxWidthChanged.emit(width)
self.separatorWidthChanged.emit(width)