On Wed, Sep 2, 2009 at 11:27 PM, Michal Suchanek<hramr...@centrum.cz> wrote:
> How will it fit screen? What if the image is 4:3 and  the screen is
> 5:4 or widescreen?

It'd scale to fit the new proportion, although the image perhaps won't
look nice in this case. We could choose one of the following rendering
method based on option:

Center
Scaling (full)
Scaling (keep ratio)
Tiling

> Percentages are a good start. However, if you make your menu
> percentage based adding new items or new menu areas is still
> problematic.

Actually I've though of another representation, using the font metrics
as base unit,  something like this:

+ menu {
  x = 10%
  y = 10%
  width = 30c
  height = 30c
}


-- 
Bean

gitgrub home: http://github.com/grub/grub/
my fork page: http://github.com/bean123/grub/


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to