use gridlayout

This commit is contained in:
Benjamin Palko 2025-08-31 11:35:40 -04:00
parent e27dadba0f
commit dddbb82984

View file

@ -14,11 +14,9 @@ StyledPopupWindow {
margins: 16
radius: 8
content: ColumnLayout {
spacing: 16
content: GridLayout {
RowLayout {
Layout.fillWidth: true
columns: 2
StyledSwitch {
text: "Enabled"
@ -31,9 +29,9 @@ StyledPopupWindow {
text: "Clear"
onClicked: Notifications.clear()
}
}
StyledLabel {
Layout.columnSpan: 2
color: Theme.palette.base200
StyledListView {
id: notifications