projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
563ebfa
)
ui/ncurses: Adjust position of add-url field to fit translated label
author
Samuel Mendoza-Jonas
<sam.mj@au1.ibm.com>
Mon, 22 Sep 2014 06:05:07 +0000
(16:05 +1000)
committer
Samuel Mendoza-Jonas
<sam.mj@au1.ibm.com>
Tue, 30 Sep 2014 01:08:55 +0000
(11:08 +1000)
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
ui/ncurses/nc-add-url.c
patch
|
blob
|
history
diff --git
a/ui/ncurses/nc-add-url.c
b/ui/ncurses/nc-add-url.c
index f8273a29ace0ac9177bc103820f85c24f05e08f2..c0f08f211789d7a3bc2fc6b24dc020bbdb976ce0 100644
(file)
--- a/
ui/ncurses/nc-add-url.c
+++ b/
ui/ncurses/nc-add-url.c
@@
-223,7
+223,7
@@
struct add_url_screen *add_url_screen_init(struct cui *cui,
screen->cui = cui;
screen->on_exit = on_exit;
screen->label_x = 2;
- screen->field_x = 2
2
;
+ screen->field_x = 2
5
;
nc_scr_init(&screen->scr, pb_add_url_screen_sig, 0,
cui, add_url_screen_process_key,