Ventoy Forums

Full Version: Icons to the center of the menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do I move the icons closer to the center of the menu ? It turns out to shift the text, but there are no icons. Tell me how to do it?
[Image: oKqbAWB.png]

This is my theme.txt

+ boot_menu {

left = 50%-325
width = 650

top = 50%-170
height = 440

icon_width = 32
icon_height = 32

item_height = 26
item_padding = 2

item_icon_space = 7
item_spacing = 1

 item_color = "#ddd" 

selected_item_pixmap_style = "selected_*.png"
selected_item_color = "#ffffff"
}
There is no move icon option. Displayed immediately to the left. Only by changing the entire menu "left" or indentation on all sides "item_padding". So try: left = 45% and so on shifting the entire menu.
(10-22-2022, 03:22 PM)AlexBryansk Wrote: [ -> ]There is no move icon option. Displayed immediately to the left. Only by changing the entire menu "left" or indentation on all sides "item_padding". So try: left = 45% and so on shifting the entire menu.

 ОК