Skip to content

Commit 53ecd5a

Browse files
committed
Fix the branch name to right
1 parent eaf33fc commit 53ecd5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

view/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var list = {
4545
list.staged.name = "staged";
4646
list.unstaged.name = "unstaged";
4747

48-
var branchbox = blessed.text(styles.branchbox);
48+
var branchbox = blessed.box(styles.branchbox);
4949

5050
blessed.listbar(styles.menubar1);
5151
blessed.listbar(styles.menubar2);

view/style/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"branchbox": {
8181
"bottom": 3,
8282
"height": 1,
83+
"width": "100%",
8384
"align": "right",
8485
"padding": {
8586
"right": 2

0 commit comments

Comments
 (0)