Icons to the center of the menu - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: Icons to the center of the menu (/showthread.php?tid=2225) |
Icons to the center of the menu - BKPB - 10-22-2022 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? 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" } RE: Icons to the center of the menu - AlexBryansk - 10-22-2022 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. RE: Icons to the center of the menu - BKPB - 10-22-2022 (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. ОК |