mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 08:44:45 +00:00
homescreens/folio: Fix incorrect folio reference
This commit is contained in:
parent
8b5b728939
commit
5153ff0123
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ Window {
|
||||||
name: i18n('Application')
|
name: i18n('Application')
|
||||||
|
|
||||||
contentItem: DelegateAppIcon {
|
contentItem: DelegateAppIcon {
|
||||||
height: folio.FolioSettings.delegateIconSize
|
height: root.folio.FolioSettings.delegateIconSize
|
||||||
width: folio.FolioSettings.delegateIconSize
|
width: root.folio.FolioSettings.delegateIconSize
|
||||||
source: 'applications-system'
|
source: 'applications-system'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue