!26 [sync] PR-23: Fix about background not changing with style

From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2022-08-23 01:29:15 +00:00 committed by Gitee
commit cc9980816d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From 3671a414343f43244cd15bf2581dbc3f75327f73 Mon Sep 17 00:00:00 2001
From: peijiankang <peijiankang@kylinos.cn>
Date: Mon, 22 Aug 2022 17:42:27 +0800
Subject: [PATCH] Fix about background not changing with style
---
src/global/global.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/global/global.h b/src/global/global.h
index 8da1296..bc31db6 100644
--- a/src/global/global.h
+++ b/src/global/global.h
@@ -42,7 +42,7 @@ class QGSettings;
class ShortCutSetting;
//using namespace Control;
#define ORG_UKUI_STYLE "org.ukui.style"
-#define STYLE_UKUI_DEFAULT "ukui"
+#define STYLE_UKUI_DEFAULT "ukui-default"
#define STYLE_UKUI_BLACK "ukui-dark"
#define ICO_DIR_DEFAULT "ico_light"
#define ICO_DIR_DBLACK "ico"
--
2.33.0

View File

@ -2,7 +2,7 @@
Name: kylin-video
Version: 3.1.3
Release: 5
Release: 6
Summary: A powerful video player
License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD
URL: https://github.com/UbuntuKylin/kylin-video
@ -10,6 +10,7 @@ Source0: kylin-video-3.1.3.tar.gz
Patch1: 0001-modify-compile-error-of-kylin-video.patch
Patch2: 0002-Fix-the-problem-of-the-help-manual-button.patch
Patch3: 0003-modify-version-is-error.patch
Patch4: 0004-Fix-about-background-not-changing-with-style.patch
BuildRequires: qt5-devel
BuildRequires: qtchooser
@ -43,6 +44,7 @@ It supports both x86 and ARM platform, and supports most of the audio and video
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
@ -68,6 +70,9 @@ popd
%changelog
* Mon Aug 22 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.3-6
- Fix about background not changing with style
* Mon Aug 22 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.3-5
- modify version is error