[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [knewstuff/ui-business-split] src/qtquick/qml: There is no such icon size - use smallMedium for the 
From:       Dan Leinir Turthra Jensen <admin () leinir ! dk>
Date:       2016-10-24 14:06:16
Message-ID: E1byftI-0002kA-N0 () code ! kde ! org
[Download RAW message or body]

Git commit 8c69b8baddea80f04a51dffbd864af3fbb62e2bf by Dan Leinir Turthra J=
ensen.
Committed on 24/10/2016 at 14:05.
Pushed by leinir into branch 'ui-business-split'.

There is no such icon size - use smallMedium for the badge

M  +2    -2    src/qtquick/qml/NewStuffItem.qml

http://commits.kde.org/knewstuff/8c69b8baddea80f04a51dffbd864af3fbb62e2bf

diff --git a/src/qtquick/qml/NewStuffItem.qml b/src/qtquick/qml/NewStuffIte=
m.qml
index a82d754..8b84f65 100644
--- a/src/qtquick/qml/NewStuffItem.qml
+++ b/src/qtquick/qml/NewStuffItem.qml
@@ -83,7 +83,7 @@ Kirigami.SwipeListItem {
                         right: parent.right;
                         margins: -Kirigami.Units.smallSpacing;
                     }
-                    height: Kirigami.Units.iconSizes.normal;
+                    height: Kirigami.Units.iconSizes.smallMedium;
                     width: height;
                     source: "vcs-update-required";
                 }
@@ -96,7 +96,7 @@ Kirigami.SwipeListItem {
                         right: parent.right;
                         margins: -Kirigami.Units.smallSpacing;
                     }
-                    height: Kirigami.Units.iconSizes.normal;
+                    height: Kirigami.Units.iconSizes.smallMedium;
                     width: height;
                     source: "vcs-normal";
                 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic