diff --git a/mobile/wifi/package/contents/ui/main.qml b/mobile/wifi/package/contents/ui/main.qml --- a/mobile/wifi/package/contents/ui/main.qml +++ b/mobile/wifi/package/contents/ui/main.qml @@ -22,9 +22,9 @@ import QtQuick.Controls 2.2 as Controls import org.kde.plasma.networkmanagement 0.2 as PlasmaNM import org.kde.kirigami 2.10 as Kirigami -import org.kde.kcm 1.1 +import org.kde.kcm 1.2 -SimpleKCM { +ScrollViewKCM { id: main PlasmaNM.Handler { @@ -62,11 +62,8 @@ header: Kirigami.InlineMessage { id: inlineError - Layout.fillWidth: true showCloseButton: true - visible: false - type: Kirigami.MessageType.Warning Connections { target: handler @@ -77,12 +74,10 @@ } } - ListView { + view: ListView { id: view - anchors.fill: parent clip: true - width: parent.width currentIndex: -1 boundsBehavior: Flickable.StopAtBounds