Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(?) off by one error which led to display corruption in the lang menu | Christophe Fergeau | 2009-02-24 | 1 | -1/+1 |
| | | | | | | | | | | The changes to reduce the size of the status bar exhibited a bug in the way the language menu is layed out (vertical stripes all over the place). panel.text.y was 0 and we tried to substract 1 from it when trying to draw the lang menu background which didn't work too nicely. This commit is one way of fixing it (by changing the way we calculate the number of lang entries to display in one column), but I'm not sure this is the best way to do it. | ||||
* | one line "panel" instead of two lines | Pascal Rigaux | 2009-01-27 | 1 | -9/+5 |
| | | | | | | | | 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" | ||||
* | imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1 | Pascal Rigaux | 2009-01-27 | 1 | -0/+414 |