mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Fix: code error.
This commit is contained in:
parent
2a301844a0
commit
e57d1854ad
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ Folio.DelegateTouchArea {
|
|||
|
||||
onWidthChanged: {
|
||||
Folio.HomeScreenState.folderPageWidth = width;
|
||||
root.updateContentHeight();
|
||||
root.updateContentWidth();
|
||||
root.updateContentHeight();
|
||||
}
|
||||
onHeightChanged: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue