[kcmkwin/kwindesktop] Make SpinBox editable

BUG: 410368
FIXED-IN: 5.16.4

Differential Revision: https://phabricator.kde.org/D22819
This commit is contained in:
Kai Uwe Broulik 2019-07-30 09:23:45 +02:00
parent d72e2bfc55
commit 93f210e857

View file

@ -126,6 +126,7 @@ ScrollViewKCM {
from: 1
to: 20
editable: true
onValueModified: kcm.desktopsModel.rows = value
}