Increase width for boot menu (Fedora has longer menuentry names)

Increase width to accommodate long menuentry like`Fedora Linux (5.1x.xx-xxx.fc35.x86_64) 35 (Workstation edition Edition)`
This commit is contained in:
Shriraj Hegde 2022-01-15 20:13:50 +05:30 committed by GitHub
parent 9a9c6a3c3e
commit f9354f5be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ terminal-border: "0"
+ boot_menu { + boot_menu {
left = 15% left = 15%
top = 40% top = 40%
width = 27% width = 60%
height = 65% height = 65%
item_font = "Ubuntu Regular 20" item_font = "Ubuntu Regular 20"
item_color = "#cccccc" item_color = "#cccccc"