style: remove unneeded comments

This commit is contained in:
2 * r + 2 * t 2025-04-29 14:07:23 +10:00
parent b59dde6c5f
commit 2cfc5002d9

View file

@ -46,39 +46,7 @@ Variants {
anchors.fill: parent anchors.fill: parent
currentIndex: 1 currentIndex: 1
// Item { Pills {}
Pills {
id: content
}
// }
} }
// Box {
// id: contents
// padding: [Appearance.padding.normal, Appearance.padding.large, 0, Appearance.padding.large]
// BoxLayout {
// vertical: win.vertical
// spacing: Appearance.spacing.larger
// padding: [0, Appearance.padding.large]
// color: Appearance.alpha(Appearance.colours.base, false)
// radius: Appearance.rounding.full
// OsIcon {}
// Workspaces {
// vertical: win.vertical
// }
// Clock {
// vertical: win.vertical
// }
// ActiveWindow {
// vertical: win.vertical
// }
// }
// }
} }
} }