feat(dialogs): rewrite Preview widget
All checks were successful
Code and build check / Check code (pull_request) Successful in 1m38s
Code and build check / Build with uv (pull_request) Successful in 50s

This commit is contained in:
2025-07-01 00:13:08 +07:00
parent 8902751d09
commit e1e3092870
2 changed files with 25 additions and 9 deletions

View File

@ -410,6 +410,14 @@ CONTENT_STYLE = f"""
}}
"""
PREVIEW_WIDGET_STYLE = f"""
QWidget {{
margin-top: 3px;
background-color: {color_c};
border-radius: {border_radius_a};
}}
"""
# СТИЛЬ ОСНОВНЫХ СТРАНИЦ
# LIBRARY_WIDGET_STYLE
LIBRARY_WIDGET_STYLE= """