feat(context_menu_manager) Rewritten class CustomLineEdit for removing hotkeys from translations

This commit is contained in:
2025-07-03 19:23:01 +07:00
parent fab2952cef
commit 676e179711
2 changed files with 21 additions and 35 deletions

View File

@ -109,7 +109,7 @@ CONTEXT_MENU_STYLE = f"""
margin-left: 15px;
}}
QMenu::item {{
padding: 8px 20px 8px 10px;
padding: 10px 20px 10px 10px;
background: {color_h};
border-radius: {border_radius_a};
color: {color_f};
@ -134,7 +134,7 @@ CONTEXT_MENU_STYLE = f"""
QMenu::separator {{
height: 1px;
background-color: #7f7f7f;
margin: 4px 8px;
margin: 3px 6px;
}}
"""