diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-10-26 13:41:47 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-10-26 13:41:47 +0200 |
commit | c19058a850e6f44d54e3b8604e191ccfe71b7a97 (patch) | |
tree | 837188d822469ba1d3af38ac55f78eb99ddc79ad /components | |
parent | 7ad757c287dce43386d479eaf7814f7ff730ce21 (diff) | |
download | kube-c19058a850e6f44d54e3b8604e191ccfe71b7a97.tar.gz kube-c19058a850e6f44d54e3b8604e191ccfe71b7a97.zip |
brush up logview a bit more
Diffstat (limited to 'components')
-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, {}) |