diff options
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 4 |
1 files changed, 1 insertions, 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 { | |||
117 | anchors { | 117 | anchors { |
118 | right: parent.right | 118 | right: parent.right |
119 | bottom: parent.bottom | 119 | bottom: parent.bottom |
120 | rightMargin: Kube.Units.smallSpacing | ||
120 | } | 121 | } |
121 | text: Qt.formatDateTime(model.errors.get(0).timestamp, " hh:mm:ss dd MMM yyyy") | 122 | text: Qt.formatDateTime(model.errors.get(0).timestamp, " hh:mm:ss dd MMM yyyy") |
122 | font.italic: true | 123 | font.italic: true |
@@ -256,9 +257,6 @@ Controls.SplitView { | |||
256 | } | 257 | } |
257 | } | 258 | } |
258 | Kube.Button { | 259 | Kube.Button { |
259 | anchors { | ||
260 | right: parent.right | ||
261 | } | ||
262 | text: qsTr("Change Password") | 260 | text: qsTr("Change Password") |
263 | onClicked: { | 261 | onClicked: { |
264 | Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) | 262 | Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) |