summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2014-09-22 16:05:07 +1000
committerSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2014-09-30 11:08:55 +1000
commit7b144c02d465250489eb8754c690ffbb156a985a (patch)
treecc39567022c2cc6a71a9edd222809f0180845f10
parent563ebfa6e702f917d277d4ea9dd5e9eba17e51f7 (diff)
downloadtalos-petitboot-7b144c02d465250489eb8754c690ffbb156a985a.tar.gz
talos-petitboot-7b144c02d465250489eb8754c690ffbb156a985a.zip
ui/ncurses: Adjust position of add-url field to fit translated label
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
-rw-r--r--ui/ncurses/nc-add-url.c2
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,
OpenPOWER on IntegriCloud