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

This commit is contained in:
huayadong 2022-06-29 15:56:05 +08:00
parent 571ed351fc
commit e0f3863230
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