summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {