mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
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:
parent
9a9c6a3c3e
commit
f9354f5be9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ terminal-border: "0"
|
|||
+ boot_menu {
|
||||
left = 15%
|
||||
top = 40%
|
||||
width = 27%
|
||||
width = 60%
|
||||
height = 65%
|
||||
item_font = "Ubuntu Regular 20"
|
||||
item_color = "#cccccc"
|
||||
|
|
Loading…
Add table
Reference in a new issue