mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
adapt widget explorer to api changes
This commit is contained in:
parent
3c16c13f12
commit
98348f1fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ Rectangle {
|
||||||
id: splitDrawer
|
id: splitDrawer
|
||||||
visible: true
|
visible: true
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
drawer: PlasmaExtras.ScrollArea {
|
contentItem: PlasmaExtras.ScrollArea {
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
model: widgetExplorer.filterModel
|
model: widgetExplorer.filterModel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue