diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-19 13:48:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 13:48:52 -0400 |
| commit | d920b20168d49c17196ffd32da0e9c428a09a42a (patch) | |
| tree | 87d08aecd41d956fb01b2cee4298ddbb6a5836d9 /components/SearchInput.qml | |
| parent | ec5c73e8aa0ffab9e031f77592907236be122b83 (diff) | |
| download | monzero-gui-d920b20168d49c17196ffd32da0e9c428a09a42a.tar.gz monzero-gui-d920b20168d49c17196ffd32da0e9c428a09a42a.tar.xz monzero-gui-d920b20168d49c17196ffd32da0e9c428a09a42a.zip | |
SearchInput.qml
Diffstat (limited to 'components/SearchInput.qml')
| -rw-r--r-- | components/SearchInput.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/SearchInput.qml b/components/SearchInput.qml index 35be896f..cc1a875b 100644 --- a/components/SearchInput.qml +++ b/components/SearchInput.qml @@ -100,7 +100,6 @@ Item { font.family: "Arial" font.pixelSize: 12 font.bold: true - font.letterSpacing: -1 color: "#4A4747" text: "NAME" } @@ -195,7 +194,6 @@ Item { anchors.rightMargin: 12 font.family: "Arial" font.bold: true - font.letterSpacing: -1 font.pixelSize: 12 color: delegateArea.pressed || parent.isCurrent ? "#FFFFFF" : "#4A4646" text: name |
