diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:34 +0000 |
commit | a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8 (patch) | |
tree | 2e9d17b2243e6e3627dd23c92d176aa273578fd4 /src/panel.inc | |
parent | 3ac9b95be3f00fcf2c62e4acc290eb4099a70634 (diff) | |
download | bootloader-theme-a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8.tar bootloader-theme-a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8.tar.gz bootloader-theme-a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8.tar.bz2 bootloader-theme-a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8.tar.xz bootloader-theme-a218dc40a68bfe95d2307d9d2d115fc46e8f3cd8.zip |
one line "panel" instead of two lines
the default is now to display things like "F2 Language" and the chosen
language below. this patch reverts to previous behaviour: if you have a
"title" (eg: "Language") we use it, otherwise we display the chosen value.
this patch is useful to keep more room for the "Boot Options"
Diffstat (limited to 'src/panel.inc')
-rw-r--r-- | src/panel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panel.inc b/src/panel.inc index 7511ca1..c559c23 100644 --- a/src/panel.inc +++ b/src/panel.inc @@ -8,7 +8,7 @@ % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % Some global vars. % -/panel.size { clip.size pop 48 } def +/panel.size { clip.size pop 24 } def /panel.y { clip.size exch pop panel.size exch pop sub 5 sub } def /panel.text.y { panel.y 5 add } def /panel.text.Fy 0 def |