From 760f34579f6d474c36411c82941dbdf825395438 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Sun, 19 Mar 2017 13:41:43 -0400 Subject: [PATCH] DashboardTable.qml --- components/DashboardTable.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/DashboardTable.qml b/components/DashboardTable.qml index 1dc0d3b4..ad0b57b6 100644 --- a/components/DashboardTable.qml +++ b/components/DashboardTable.qml @@ -145,7 +145,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: date } @@ -153,7 +152,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: time } @@ -175,7 +173,6 @@ ListView { Text { font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: "#000000" text: balance } @@ -208,7 +205,6 @@ ListView { anchors.bottom: parent.bottom font.family: "Arial" font.pixelSize: 18 - font.letterSpacing: -1 color: out ? "#FF4F41" : "#36B05B" text: amount }