summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-13 09:40:58 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-13 09:40:58 +0200
commitf35d2dc8a786143db26a569e9cc653d476f80cde (patch)
tree70f9c9faeea282b779a8074854efca483a010ae8
parent92e83b80a398ca729fbe1e68401afada508b9b7c (diff)
downloadkube-f35d2dc8a786143db26a569e9cc653d476f80cde.tar.gz
kube-f35d2dc8a786143db26a569e9cc653d476f80cde.zip
Less warnings
-rw-r--r--components/kube/contents/ui/AccountsView.qml2
-rw-r--r--components/kube/contents/ui/LogView.qml2
2 files changed, 1 insertions, 3 deletions
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
27Rectangle { 27Rectangle {
28 color: Kube.Colors.backgroundColor 28 color: Kube.Colors.backgroundColor
29 29
30 anchors.fill: parent
31
32 Controls.SplitView { 30 Controls.SplitView {
33 height: parent.height 31 height: parent.height
34 width: parent.width 32 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 {
119 id: details 119 id: details
120 property date timestamp 120 property date timestamp
121 property string message 121 property string message
122 property variant resourceId 122 property string resourceId: ""
123 color: Kube.Colors.backgroundColor 123 color: Kube.Colors.backgroundColor
124 Rectangle { 124 Rectangle {
125 anchors { 125 anchors {