mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/halcyon: Fix favourite delegate sizing
This commit is contained in:
parent
27e63a167d
commit
f84715ec4c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Item {
|
||||||
|
|
||||||
readonly property real leftMargin: Math.round(width * 0.1)
|
readonly property real leftMargin: Math.round(width * 0.1)
|
||||||
readonly property real rightMargin: Math.round(width * 0.1)
|
readonly property real rightMargin: Math.round(width * 0.1)
|
||||||
readonly property real delegateHeight: Math.round(Kirigami.Units.gridUnit * 3.5)
|
readonly property real delegateHeight: Math.round(Kirigami.Units.gridUnit * 3)
|
||||||
|
|
||||||
property bool folderShown: false
|
property bool folderShown: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue