From 186ee048f79931d789c57c770ab43422f2145845 Mon Sep 17 00:00:00 2001 From: dervart Date: Thu, 12 Jun 2025 15:58:03 +0700 Subject: [PATCH] add background color to NAV_WIDGET_STYLE --- portprotonqt/themes/standart/styles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index ae0fca2..31c201d 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -33,7 +33,7 @@ TITLE_LABEL_STYLE = """ # СТИЛЬ ОБЛАСТИ НАВИГАЦИИ (КНОПКИ ВКЛАДОК) NAV_WIDGET_STYLE = """ QWidget { - background: none; + background: #282a33; border: 0px solid; } """ @@ -48,7 +48,7 @@ NAV_BUTTON_STYLE = """ font-family: 'Play'; font-size: 16px; text-transform: uppercase; - border: none; + border: #409EFF; border-radius: 15px; } NavLabel[checked = true] {