!17 Modified kylin-weather display is incomplete

From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-06-24 06:50:48 +00:00 committed by Gitee
commit 4d9e7f0259
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 3 deletions

View File

@ -0,0 +1,25 @@
From 0e535fa024870259a89875fe3ceb6a6a7af39032 Mon Sep 17 00:00:00 2001
From: peijiankang <peijiankang@kylinos.cn>
Date: Fri, 24 Jun 2022 14:36:45 +0800
Subject: [PATCH] Modified kylin-weather display is incomplete
---
src/citycollectionwidget.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/citycollectionwidget.ui b/src/citycollectionwidget.ui
index ad0ec8c..6f98797 100644
--- a/src/citycollectionwidget.ui
+++ b/src/citycollectionwidget.ui
@@ -31,7 +31,7 @@
<rect>
<x>46</x>
<y>24</y>
- <width>56</width>
+ <width>121</width>
<height>17</height>
</rect>
</property>
--
2.33.0

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: indicator-china-weather
Version: 3.1.0
Release: 8
Release: 9
Summary: The weather data are from the heweather API s6 version.
License: GPL-3.0+
URL: https://github.com/UbuntuKylin/indicator-china-weather
@ -21,10 +21,9 @@ BuildRequires: GeoIP-devel
# Requires: NetworkManager
#patch0: 0001-remove-about.patch
#patch1: 0001-fix-vnc-show-issue.patch
patch0: fix-gsetting-issue.patch
patch1: fix-auto-get-location.patch
patch2: 0002-Modified-kylin-weather-display-is-incomplete.patch
%description
Indicator that displays China weather information
@ -36,6 +35,7 @@ patch1: fix-auto-get-location.patch
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default indicator-china-weather.pro
@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/man/man1/indicator-china-weather.1.gz
%changelog
* Fri Jun 24 2022 peijiankang <peijiankang@kylinos.cn> - 3.1.0-9
- Modified kylin-weather display is incomplete
* Mon Jan 10 2022 douyan <douyan@kylinos.cn> - 3.1.0-8
- add fix-auto-get-location.patch