From f35d2dc8a786143db26a569e9cc653d476f80cde Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 13 May 2017 09:40:58 +0200 Subject: Less warnings --- components/kube/contents/ui/AccountsView.qml | 2 -- components/kube/contents/ui/LogView.qml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/AccountsView.qml b/components/kube/contents/ui/AccountsView.qml index 556e4b53..334549d9 100644 --- a/components/kube/contents/ui/AccountsView.qml +++ b/components/kube/contents/ui/AccountsView.qml @@ -27,8 +27,6 @@ import QtQuick.Templates 2.0 as T Rectangle { color: Kube.Colors.backgroundColor - anchors.fill: parent - Controls.SplitView { height: parent.height width: parent.width diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index e25ea39f..9f50ca37 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml @@ -119,7 +119,7 @@ Controls.SplitView { id: details property date timestamp property string message - property variant resourceId + property string resourceId: "" color: Kube.Colors.backgroundColor Rectangle { anchors { -- cgit v1.2.3