Change sidebar background size
This commit is contained in:
parent
4b5aeb042d
commit
c2fe00f33d
24
Change-sidebar-background-size.patch
Normal file
24
Change-sidebar-background-size.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 407e03ec54d6abbce265d7127bab863602e38720 Mon Sep 17 00:00:00 2001
|
||||||
|
From: wangce <wangce@uniontech.com>
|
||||||
|
Date: Tue, 10 Aug 2021 09:36:35 +0600
|
||||||
|
Subject: [PATCH 2/2] Change sidebar background size
|
||||||
|
|
||||||
|
---
|
||||||
|
data/anaconda-gtk.css | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css
|
||||||
|
index 85119ea..2f6963d 100644
|
||||||
|
--- a/data/anaconda-gtk.css
|
||||||
|
+++ b/data/anaconda-gtk.css
|
||||||
|
@@ -107,6 +107,7 @@ infobar.error {
|
||||||
|
background-image: url('/usr/share/anaconda/pixmaps/sidebar-bg.png');
|
||||||
|
background-color: @product_bg_color;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
+ background-size: 100% 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Add a logo to the sidebar */
|
||||||
|
--
|
||||||
|
2.23.0
|
||||||
|
|
||||||
@ -4,7 +4,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 33.19
|
Version: 33.19
|
||||||
Release: 27
|
Release: 28
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -332,6 +332,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 23 2021 wangce <wangce@uniontech.com> - 33.19-30
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Change sidebar background size
|
||||||
|
|
||||||
* Sat Aug 7 2021 zhujunhao <zhujunhao8@huawei.com> - 33.19-27
|
* Sat Aug 7 2021 zhujunhao <zhujunhao8@huawei.com> - 33.19-27
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user