Skip to content

Commit 4b651a0

Browse files
committed
Fix branch layout
1 parent 53ecd5a commit 4b651a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controller/branch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var branch = {
5757
});
5858

5959
view.list.key(['C-a'], function () {
60-
view.prompt.input('Input a branch name', '', function (err, value) {
60+
view.prompt.input('Input the new branch name', '', function (err, value) {
6161
try {
6262
parent.git.addBranch(value);
6363
branch.show();

view/style/branch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"prompt": {
6767
"top": "center",
6868
"left": "center",
69-
"width": "50%",
69+
"width": "80%",
7070
"height": "shrink",
7171
"border": "line",
7272
"align": "left",

0 commit comments

Comments
 (0)