26 lines
935 B
Diff
26 lines
935 B
Diff
|
|
From a7cbad6a7099568acfba5c3877864e3cdfd13874 Mon Sep 17 00:00:00 2001
|
||
|
|
From: tanyulong <tanyulong@kylinos.cn>
|
||
|
|
Date: Mon, 8 Nov 2021 16:43:26 +0800
|
||
|
|
Subject: [PATCH] Modify the disable status font alpha
|
||
|
|
|
||
|
|
---
|
||
|
|
ukui-styles/qt5-style-ukui/qt5-ukui-style.cpp | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/ukui-styles/qt5-style-ukui/qt5-ukui-style.cpp b/ukui-styles/qt5-style-ukui/qt5-ukui-style.cpp
|
||
|
|
index b76d1cc..bf3001b 100755
|
||
|
|
--- a/ukui-styles/qt5-style-ukui/qt5-ukui-style.cpp
|
||
|
|
+++ b/ukui-styles/qt5-style-ukui/qt5-ukui-style.cpp
|
||
|
|
@@ -399,7 +399,7 @@ QPalette Qt5UKUIStyle::standardPalette() const
|
||
|
|
font_br_bg.setRgb(255,255,255);
|
||
|
|
font_br_bg.setAlphaF(0.9);
|
||
|
|
font_di_bg.setRgb(255,255,255);
|
||
|
|
- font_di_bg.setAlphaF(0.1);
|
||
|
|
+ font_di_bg.setAlphaF(0.3);
|
||
|
|
button_bg.setRgb(61,61,65);
|
||
|
|
button_ac_bg.setRgb(48,48,51);
|
||
|
|
button_di_bg.setRgb(48,48,51);
|
||
|
|
--
|
||
|
|
2.30.0
|
||
|
|
|