summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 05:12:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 05:12:23 +0200
commit87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5 (patch)
treeda0a5ca93ca3a56bb909e790388981b102bdb94f /components
parenta7163fd03a98d164ee572d187771be9d78ad44a9 (diff)
downloadkube-87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5.tar.gz
kube-87eddb9d0d96629b57a1b06ba5da7d56e3f87cb5.zip
Fontsize units
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml2
-rw-r--r--components/kube/contents/ui/LogView.qml2
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 }