diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 | ||||
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 89d78399..5b77f37e 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -175,7 +175,7 @@ Kube.View { | |||
175 | text: Qt.formatDateTime(model.date, "dd MMM yyyy") | 175 | text: Qt.formatDateTime(model.date, "dd MMM yyyy") |
176 | font.italic: true | 176 | font.italic: true |
177 | color: Kube.Colors.disabledTextColor | 177 | color: Kube.Colors.disabledTextColor |
178 | font.pointSize: 9 | 178 | font.pointSize: Kube.Units.smallFontSize |
179 | visible: !delegateRoot.hovered | 179 | visible: !delegateRoot.hovered |
180 | } | 180 | } |
181 | } | 181 | } |
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index 98d92ccd..d5f9f710 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml | |||
@@ -97,7 +97,7 @@ Controls.SplitView { | |||
97 | text: Qt.formatDateTime(model.timestamp, " hh:mm:ss dd MMM yyyy") | 97 | text: Qt.formatDateTime(model.timestamp, " hh:mm:ss dd MMM yyyy") |
98 | font.italic: true | 98 | font.italic: true |
99 | color: Kube.Colors.disabledTextColor | 99 | color: Kube.Colors.disabledTextColor |
100 | font.pointSize: 9 | 100 | font.pointSize: Kube.Units.smallFontSize |
101 | } | 101 | } |
102 | } | 102 | } |
103 | } | 103 | } |