summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 14:07:23 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 14:07:23 +1000
commit2cfc5002d9af010d21a20ea1333128c4a67925e2 (patch)
treeff79f1a51c2d78079667393d6157db954f88e8f9
parentbar: use swipeview (diff)
downloadcaelestia-shell-2cfc5002d9af010d21a20ea1333128c4a67925e2.tar.gz
caelestia-shell-2cfc5002d9af010d21a20ea1333128c4a67925e2.tar.bz2
caelestia-shell-2cfc5002d9af010d21a20ea1333128c4a67925e2.zip
style: remove unneeded comments
-rw-r--r--modules/bar/Bar.qml34
1 files changed, 1 insertions, 33 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index 420ad18..49ab55c 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -46,39 +46,7 @@ Variants {
anchors.fill: parent
currentIndex: 1
- // Item {
- Pills {
- id: content
- }
- // }
+ Pills {}
}
-
- // 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
- // }
- // }
- // }
}
}