Hrvoje Senjan 2016-08-26 23:19:01 +00:00 committed by Git OBS Bridge
parent 05ea08576a
commit fef672c23a
5 changed files with 16 additions and 7 deletions

View File

@ -30,7 +30,7 @@ REVIEW:128400
+++ b/applets/systemtray/package/contents/ui/main.qml
@@ -30,8 +30,10 @@
Layout.minimumHeight: vertical ? tasksRow.implicitHeight+ expander.implicitHeight + units.smallSpacing : units.smallSpacing
Layout.minimumHeight: vertical ? tasksRow.implicitHeight + (expander.visible ? expander.implicitHeight : 0) + units.smallSpacing : units.smallSpacing
+ property var iconSizes: ["small", "smallMedium", "medium", "large", "huge", "enormous"];
+

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33318d20068b578de71b39c40dc6db0008afa14914a46ca8e939c451554d9cf7
size 6806164

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5785b5dd3cd44847720f4e639ad4ccf4bdd842624abda5b78ffd49362c0f0e3d
size 6827672

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.4
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.4.php
- Refresh plasma5-workspace.spec
-------------------------------------------------------------------
Tue Aug 23 17:25:26 UTC 2016 - wbauer@tmo.at

View File

@ -18,9 +18,9 @@
%bcond_without lang
Name: plasma5-workspace
Version: 5.7.3
Version: 5.7.4
Release: 0
%define plasma_version 5.7.3
%define plasma_version 5.7.4
Summary: The KDE Plasma Workspace Components
License: GPL-2.0+
Group: System/GUI/KDE
@ -358,7 +358,7 @@ workspace. Development files.
%if %{with lang}
%files lang -f %{name}.lang
%doc %lang(de) %{_kf5_htmldir}/de/
%doc %lang(en) %{_kf5_htmldir}/en/
%doc %lang(cs) %{_kf5_htmldir}/cs/
%endif