From c19058a850e6f44d54e3b8604e191ccfe71b7a97 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 26 Oct 2017 13:41:47 +0200 Subject: brush up logview a bit more --- components/kube/contents/ui/LogView.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index 51f773d8..e92db8a2 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml @@ -117,6 +117,7 @@ Controls.SplitView { anchors { right: parent.right bottom: parent.bottom + rightMargin: Kube.Units.smallSpacing } text: Qt.formatDateTime(model.errors.get(0).timestamp, " hh:mm:ss dd MMM yyyy") font.italic: true @@ -256,9 +257,6 @@ Controls.SplitView { } } Kube.Button { - anchors { - right: parent.right - } text: qsTr("Change Password") onClicked: { Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) -- cgit v1.2.3