diff --git a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml index ee6e54ff..09cb41d3 100644 --- a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml +++ b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml @@ -105,8 +105,8 @@ Window { name: i18n('Application') contentItem: DelegateAppIcon { - height: folio.FolioSettings.delegateIconSize - width: folio.FolioSettings.delegateIconSize + height: root.folio.FolioSettings.delegateIconSize + width: root.folio.FolioSettings.delegateIconSize source: 'applications-system' } }