We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf33fc commit 53ecd5aCopy full SHA for 53ecd5a
view/main.js
@@ -45,7 +45,7 @@ var list = {
45
list.staged.name = "staged";
46
list.unstaged.name = "unstaged";
47
48
-var branchbox = blessed.text(styles.branchbox);
+var branchbox = blessed.box(styles.branchbox);
49
50
blessed.listbar(styles.menubar1);
51
blessed.listbar(styles.menubar2);
view/style/main.json
@@ -80,6 +80,7 @@
80
"branchbox": {
81
"bottom": 3,
82
"height": 1,
83
+ "width": "100%",
84
"align": "right",
85
"padding": {
86
"right": 2
0 commit comments