Fix configuration scroll view

This commit is contained in:
qewer33 2024-04-18 20:52:06 +03:00
parent 773f9b8820
commit cee507a227

View file

@ -14,7 +14,7 @@ import org.kde.kcmutils as KCM
import "../lib"
KCM.SimpleKCM {
KCM.ScrollViewKCM {
id: appearancePage
width: childrenRect.width
height: childrenRect.height
@ -81,9 +81,6 @@ KCM.SimpleKCM {
}
}
QtControls.ScrollView {
id: scrollView
QtLayouts.ColumnLayout {
id: layout
anchors.fill: parent
@ -361,7 +358,6 @@ KCM.SimpleKCM {
}
}
}
}
}
/*##^##