Skip to content

Commit ee60b69

Browse files
committed
improve the status bar width size
1 parent 40b7953 commit ee60b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ func StatusBarInit() []StatusBarItem {
2727
AssignTo: &statusFlow,
2828
Icon: ICON_Network_Disable,
2929
Text: "",
30-
Width: 100,
30+
Width: 150,
3131
},
3232
{
3333
AssignTo: &sessionFlow,
3434
Text: "",
35-
Width: 80,
35+
Width: 120,
3636
},
3737
}
3838
}

0 commit comments

Comments
 (0)