kcm/decorations: Fix border size updating for thumbnails
The property was only being updated on changes, but reset back to `Normal` on KCM loading or after clicking Apply.
This commit is contained in:
parent
47efd17763
commit
871611e9ec
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ KCM.GridView {
|
||||||
KDecoration.Settings {
|
KDecoration.Settings {
|
||||||
id: settingsItem
|
id: settingsItem
|
||||||
bridge: bridgeItem.bridge
|
bridge: bridgeItem.bridge
|
||||||
|
Component.onCompleted: {
|
||||||
|
settingsItem.borderSizesIndex = kcm.borderSize
|
||||||
|
}
|
||||||
}
|
}
|
||||||
KDecoration.Decoration {
|
KDecoration.Decoration {
|
||||||
id: inactivePreview
|
id: inactivePreview
|
||||||
|
|
Loading…
Reference in a new issue