From 4f009b99786284eeef7c173d802f82f9c45bcf82 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Sat, 31 Aug 2024 20:40:29 -0700 Subject: [PATCH] Fixed an issue with the bar now displaying on startup. (#215) --- modules/bar/Bar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/Bar.ts b/modules/bar/Bar.ts index 7a342e0..0ac5c1f 100644 --- a/modules/bar/Bar.ts +++ b/modules/bar/Bar.ts @@ -238,7 +238,7 @@ export const Bar = (() => { class_name: 'bar-panel-container', child: Widget.CenterBox({ class_name: 'bar-panel', - css: 'padding: 1px 0px 0px 0px', + css: 'padding: 1px', startWidget: Widget.Box({ class_name: "box-left", hexpand: true,