diff --git a/scripts/iso/grub/felhom-theme.txt b/scripts/iso/grub/felhom-theme.txt index f7fa859..fcf552d 100644 --- a/scripts/iso/grub/felhom-theme.txt +++ b/scripts/iso/grub/felhom-theme.txt @@ -15,11 +15,17 @@ title-text: "" desktop-image: "background.png" desktop-color: "#0D1117" -# The single entry ("Felhom telepítés"). Below the card, horizontally centered. +# The single entry ("Felhom telepítés"). Below the card, optically centered under it. +# +# boot_menu has no item alignment — items are drawn left-aligned inside the box, at a ~29px inset +# (measured off the canary boot: box left 25% = 256px put the glyphs at x≈285). So centering is done +# by placing the BOX, not the text: 'Felhom telepítés' renders ~133px wide, so left=40% (=410px) +# puts the text at ~439..572, centered on ~505 against the card's 512. If the entry label ever +# changes length, re-measure from a canary screenshot rather than assuming. + boot_menu { - left = 25% + left = 40% top = 70% - width = 50% + width = 35% height = 14% item_color = "#E6EDF3"