diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/HistoryTable.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index ca6f1b41..6dfa313d 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -216,7 +216,7 @@ ListView { anchors.left: dateLabel.right anchors.leftMargin: 7 * scaleRatio anchors.top: parent.top - anchors.topMargin: 3 * scaleRatio + anchors.topMargin: 1 * scaleRatio font.pixelSize: 12 * scaleRatio text: time color: "#808080" |
