Fixed an issue with the bar now displaying on startup. (#215)

This commit is contained in:
Jas Singh
2024-08-31 20:40:29 -07:00
committed by GitHub
parent 44fddbcc14
commit 4f009b9978

View File

@@ -238,7 +238,7 @@ export const Bar = (() => {
class_name: 'bar-panel-container', class_name: 'bar-panel-container',
child: Widget.CenterBox({ child: Widget.CenterBox({
class_name: 'bar-panel', class_name: 'bar-panel',
css: 'padding: 1px 0px 0px 0px', css: 'padding: 1px',
startWidget: Widget.Box({ startWidget: Widget.Box({
class_name: "box-left", class_name: "box-left",
hexpand: true, hexpand: true,