aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-08 04:30:55 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:22:36 +0300
commita032c841b4fa750a877a81af2b15b67e8b5c3afc (patch)
treebe4ba73e5c6fd250b7fdeb1eadb0d68f43ee99a7 /components
parent60b2d9003342528d6906ae5bf61e38439ce69d97 (diff)
downloadmonzero-gui-a032c841b4fa750a877a81af2b15b67e8b5c3afc.tar.gz
monzero-gui-a032c841b4fa750a877a81af2b15b67e8b5c3afc.tar.xz
monzero-gui-a032c841b4fa750a877a81af2b15b67e8b5c3afc.zip
History: fee color
Diffstat (limited to 'components')
-rw-r--r--components/HistoryTable.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml
index f08ce8d2..867fdedf 100644
--- a/components/HistoryTable.qml
+++ b/components/HistoryTable.qml
@@ -277,7 +277,7 @@ ListView {
font.family: "Arial"
font.pixelSize: 18
font.letterSpacing: -1
- color: isOut ? "#FF4F41" : "#36B05B"
+ color: "#FF4F41"
text: fee
}
}
@@ -286,7 +286,9 @@ ListView {
-
+ /*
+ // Transaction dropdown menu.
+ // Disable for now until AddressBook implemented
TableDropdown {
id: dropdown
anchors.right: parent.right
@@ -314,6 +316,7 @@ ListView {
height: 1
color: "#DBDBDB"
}
+ */
}
ListModel {