diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-19 13:41:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 13:41:43 -0400 |
| commit | 760f34579f6d474c36411c82941dbdf825395438 (patch) | |
| tree | de9e9f42c0652515f37b26a51e3189e63228a7d7 | |
| parent | 19157590a55eea0cdff24fc503155746648a5d65 (diff) | |
| download | monzero-gui-760f34579f6d474c36411c82941dbdf825395438.tar.gz monzero-gui-760f34579f6d474c36411c82941dbdf825395438.tar.xz monzero-gui-760f34579f6d474c36411c82941dbdf825395438.zip | |
DashboardTable.qml
| -rw-r--r-- | components/DashboardTable.qml | 4 |
1 files changed, 0 insertions, 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 } |
