!19 修复字体大小与格式不统一问题

From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-06-29 08:14:37 +00:00 committed by Gitee
commit 1449f8b5f3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1624 additions and 1 deletions

1618
0001-Adjust-font-size.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,12 @@
Name: kylin-nm
Version: 3.0.2
Release: 8
Release: 9
Summary: Gui Applet tool for display and edit network simply
License: GPL-3+
URL: https://github.com/ukui/kylin-nm/
Source0: %{name}-%{version}.tar.gz
Patch0: 0001-Change-the-distance-between-mainwindow-and-taskbar.patch
Patch1: 0001-Adjust-font-size.patch
BuildRequires: qt5-qtbase-devel
BuildRequires: qtchooser
@ -26,6 +27,7 @@ Requires: network-manager-applet
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default kylin-nm.pro
@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/kylin-nm.1.gz
%changelog
* Wed Jun 29 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-9
- Adjust font size
* Wed Jun 29 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-8
- Change the distance between mainwindow and taskbar