From 4be9c0331cf58da1680b2a2c5463bb829b110ff0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Sep 2007 10:18:50 +0000 Subject: move "Boot Options" line so that it leaves space for many bootloader entries (#33631) --- common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.inc') diff --git a/common.inc b/common.inc index 0cca72d..bf7b5c5 100644 --- a/common.inc +++ b/common.inc @@ -1212,9 +1212,9 @@ /menu.bar.width frame1.width 20 sub def /menu.max.entries 11 def - /boot.label.len 243 def + /boot.label.len 200 def - /boot.pos { boot.label.len 10 add small_layout { 380 } { 490 } ifelse } def + /boot.pos { boot.label.len 10 add small_layout { 434 } { 544 } ifelse } def /boot.buf.size cmdlinelength def /boot.buf boot.buf.size string def -- cgit v1.2.1