!14 Modify the disable status font alpha
From: @tanyulong2021 Reviewed-by: @pei-jiankang Signed-off-by: @pei-jiankang
This commit is contained in:
commit
64ceddca9b
25
0004-Modify-the-disable-status-font-alpha.patch
Normal file
25
0004-Modify-the-disable-status-font-alpha.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: qt5-ukui-platformtheme
|
Name: qt5-ukui-platformtheme
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Qt5 QPA platform theme of UKUI
|
Summary: Qt5 QPA platform theme of UKUI
|
||||||
License: LGPL-3.0+ GPL-3.0+
|
License: LGPL-3.0+ GPL-3.0+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -24,6 +24,7 @@ Requires: qt5-styles-ukui
|
|||||||
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
||||||
patch1: 0002-Fix-return-type-errors.patch
|
patch1: 0002-Fix-return-type-errors.patch
|
||||||
patch2: 0003-Modify-the-default-themename-is-ukui.patch
|
patch2: 0003-Modify-the-default-themename-is-ukui.patch
|
||||||
|
patch3: 0004-Modify-the-disable-status-font-alpha.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
qt5-ukui-platformtheme is official platform theme of UKUI desktop
|
qt5-ukui-platformtheme is official platform theme of UKUI desktop
|
||||||
@ -87,6 +88,7 @@ Provides: libqt5-ukui-style
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
@ -130,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 08 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-5
|
||||||
|
- Modify the disable status font alpha
|
||||||
|
|
||||||
* Fri Nov 05 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-4
|
* Fri Nov 05 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-4
|
||||||
- Modify the default themename is ukui
|
- Modify the default themename is ukui
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user