diff options
| author | Matthias Tarasiewicz <parasew@gmail.com> | 2017-03-25 17:22:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-25 17:22:13 +0100 |
| commit | 0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (patch) | |
| tree | f42099f728a988942bacab1014505e67ce7d26d3 /components/SearchInput.qml | |
| parent | 6e381c38578ab130a9991189887ba68397e2bfad (diff) | |
| parent | 12573652a0a5836938b02a2308098929fdf06ab4 (diff) | |
| download | monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.gz monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.xz monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.zip | |
Merge branch 'master' into patch-1
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 |
