fix: elide overflowed badge text in ClickableLabel

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-07-03 14:40:20 +05:00
parent 6b455e4dd1
commit fd1db8c65a
3 changed files with 17 additions and 17 deletions

View File

@ -641,7 +641,6 @@ def get_protondb_badge_style(tier):
qproperty-alignment: AlignCenter;
background-color: {colors["background"]};
color: {colors["color"]};
font-size: {font_size_a};
border-radius: 5px;
font-family: '{font_family}';
font-weight: bold;
@ -664,7 +663,6 @@ def get_anticheat_badge_style(status):
color: {colors["color"]};
font-size: {font_size_a};
border-radius: 5px;
font-family: '{font_family}';
font-weight: bold;
"""
@ -673,7 +671,6 @@ STEAM_BADGE_STYLE= f"""
qproperty-alignment: AlignCenter;
background: rgba(0, 0, 0, 0.5);
color: white;
font-size: {font_size_a};
border-radius: 5px;
font-family: '{font_family}';
font-weight: bold;