mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-25 07:37:42 +00:00
Currently, Quick Settings in landscape mode is not scrollable, due to issues with `scrollViewComponent`. This causes some buttons to become unseen in landscape mode but not portrait. This has been solved by deleting `scrollViewComponent` and replacing it with `swipeViewComponent`, to allow swiping to access other buttons in Quick Settings. Before (docked mode and hotspot are missing):  After (docked mode and hotspot are there):  However, with this setup, `resetSwipeView()` doesn't work, and Quick Settings remains at the page it was left at. |
||
|---|---|---|
| .. | ||
| BrightnessItem.qml | ||
| Handle.qml | ||
| QuickSettings.qml | ||
| QuickSettingsDelegate.qml | ||
| QuickSettingsDrawer.qml | ||
| QuickSettingsFullDelegate.qml | ||
| QuickSettingsMinimizedDelegate.qml | ||
| QuickSettingsPanel.qml | ||