Skip to content

Commit d554bf8

Browse files
committed
ci: T8490: fix typo in grub live-theme (icon_heigh -> icon_height)
`icon_heigh` is a typo of the GRUB2 boot_menu property `icon_height`. Icons are already disabled in this menu via `icon_width = 0` + `item_icon_space = 0`, so correcting the property name is behaviour-neutral. Clears the lone typos-check hit on this repo ahead of the T8490 ruleset pilot active flip. 🤖 Generated by [robots](https://vyos.io)
1 parent b3edf28 commit d554bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data/live-build-config/bootloaders/grub-pc/live-theme

data/live-build-config/bootloaders/grub-pc/live-theme/theme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ terminal-font: "Unifont Regular 16"
3131
item_padding = 0
3232
item_spacing = 4
3333
icon_width = 0
34-
icon_heigh = 0
34+
icon_height = 0
3535
item_icon_space = 0
3636
}
3737

0 commit comments

Comments
 (0)