Dim Desktop: more cleanup

This commit is contained in:
ItsLemmy
2025-10-31 11:56:26 -04:00
parent 066d6f2e2f
commit cf12b98351
7 changed files with 0 additions and 53 deletions
@@ -195,35 +195,6 @@ ColumnLayout {
Layout.bottomMargin: Style.marginS
}
// Dim Desktop section
RowLayout {
Layout.fillWidth: true
spacing: Style.marginM
Rectangle {
width: 32
height: 32
radius: Style.radiusM
color: Color.mSurface
NIcon {
icon: "moon"
pointSize: Style.fontSizeL
color: Color.mPrimary
anchors.centerIn: parent
}
}
}
// Divider
Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: 1
color: Color.mOutline
opacity: 0.2
Layout.topMargin: Style.marginS
Layout.bottomMargin: Style.marginS
}
// Bar Density section
RowLayout {
Layout.fillWidth: true