feat(context_menu_manager): add icons to context menu
Some checks failed
Code and build check / Check code (pull_request) Failing after 1m30s
Code and build check / Build with uv (pull_request) Successful in 1m0s

This commit is contained in:
2025-07-01 21:20:42 +07:00
parent d7ab7dc7ce
commit fa0bde01e5
7 changed files with 40 additions and 28 deletions

View File

@ -104,8 +104,11 @@ CONTEXT_MENU_STYLE = f"""
font-size: {font_size_a};
padding: 5px;
}}
QMenu::icon {{
margin-left: 15px;
}}
QMenu::item {{
padding: 8px 20px;
padding: 8px 20px 8px 10px;
background: {color_h};
border-radius: {border_radius_a};
color: {color_f};