Fixed an issue with the bar now displaying on startup. (#215)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user