diff options
author | Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> | 2014-09-22 16:05:07 +1000 |
---|---|---|
committer | Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> | 2014-09-30 11:08:55 +1000 |
commit | 7b144c02d465250489eb8754c690ffbb156a985a (patch) | |
tree | cc39567022c2cc6a71a9edd222809f0180845f10 /ui/ncurses | |
parent | 563ebfa6e702f917d277d4ea9dd5e9eba17e51f7 (diff) | |
download | petitboot-7b144c02d465250489eb8754c690ffbb156a985a.zip petitboot-7b144c02d465250489eb8754c690ffbb156a985a.tar.gz |
ui/ncurses: Adjust position of add-url field to fit translated label
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Diffstat (limited to 'ui/ncurses')
-rw-r--r-- | ui/ncurses/nc-add-url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-add-url.c b/ui/ncurses/nc-add-url.c index f8273a2..c0f08f2 100644 --- 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 = 22; + screen->field_x = 25; nc_scr_init(&screen->scr, pb_add_url_screen_sig, 0, cui, add_url_screen_process_key, |