mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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')
|
||||
|
||||
contentItem: DelegateAppIcon {
|
||||
height: folio.FolioSettings.delegateIconSize
|
||||
width: folio.FolioSettings.delegateIconSize
|
||||
height: root.folio.FolioSettings.delegateIconSize
|
||||
width: root.folio.FolioSettings.delegateIconSize
|
||||
source: 'applications-system'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue