From 2cfc5002d9af010d21a20ea1333128c4a67925e2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:07:23 +1000 Subject: style: remove unneeded comments --- modules/bar/Bar.qml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'modules/bar') 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 - // } - // } - // } } } -- cgit v1.2.3-freya