update category changes

This commit is contained in:
2026-05-15 23:42:10 +02:00
parent 97b657ce9a
commit 7cec08d262
@@ -1,3 +1,5 @@
pragma ComponentBehavior: Bound
import Quickshell
import QtQuick.Layouts
import QtQuick
@@ -6,9 +8,14 @@ import qs.Helpers
import qs.Components
import qs.Modules.Settings.Controls
ColumnLayout {
CustomClippingRect {
id: root
radius: Appearance.rounding.normal - Appearance.padding.smaller
ColumnLayout {
anchors.fill: parent
RowLayout {
Layout.fillWidth: true
Layout.margins: Appearance.padding.large
@@ -28,14 +35,8 @@ ColumnLayout {
RowLayout {
id: row
// Layout.fillHeight: true
Layout.fillWidth: true
// anchors.left: parent.left
// anchors.margins: Appearance.padding.small
// anchors.right: parent.right
// anchors.verticalCenter: parent.verticalCenter
CustomText {
id: text
@@ -95,8 +96,6 @@ ColumnLayout {
required property var modelData
readonly property list<string> sections: modelData.update.split(" ")
// anchors.left: parent.left
// anchors.right: parent.right
color: DynamicColors.tPalette.m3surfaceContainer
implicitHeight: view.itemHeight
implicitWidth: parent.width
@@ -194,4 +193,5 @@ ColumnLayout {
}))
}
}
}
}