]> git.ozlabs.org Git - petitboot/commit
ui/ncurses: Layout tweaks for boot order interface
authorJeremy Kerr <jk@ozlabs.org>
Fri, 26 Jun 2015 04:06:33 +0000 (12:06 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 26 Jun 2015 04:06:33 +0000 (12:06 +0800)
commitf0ab23af1b0758b6ff984ba26a2cd7dbf25ea775
treec0f9249d4e880869c1223eba81edf021393a3217
parent757d3ed67988099a279fa4f05f07ace8bb3f7596
ui/ncurses: Layout tweaks for boot order interface

This change implements a few minor tweaks for the bootorder layout
interface:

 - make the verical spacing of widgets more consistent (we have
   a couple of 3-line gaps)

 - use a consistent 2-space gap between buttons on the same line

 - clarify the title text for the subset widget instance, and
   move the select widget closer to the title

 - use consistent title-case for widget labels

 - left-align the select & button widgets on the subset screen, for
   consistency with other screens

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/ncurses/nc-config.c
ui/ncurses/nc-subset.c