diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-05-07 15:50:45 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-07 15:50:45 -0500 |
| commit | ff3987ccab3626f8a8354fee8b3557567e73594e (patch) | |
| tree | 7f121d620d785a920bfebcfb7caaeb8ea443003c /components/RemoteNodeEdit.qml | |
| parent | 6de8e70004768edd27e7f1a3733545b69b1fe2b8 (diff) | |
| parent | 26aabd2226604a599f53b4fd443a7fdb1bbfc03d (diff) | |
| download | monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.tar.gz monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.tar.xz monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.zip | |
Merge pull request #1362
fe53cdd Brighter backgrounds
7418a10 Improve contrast - brighten up borders
48b9aa4 Brigther left panel
26aabd2 Bottom left panel needs to have a transparent background
Diffstat (limited to 'components/RemoteNodeEdit.qml')
| -rw-r--r-- | components/RemoteNodeEdit.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/RemoteNodeEdit.qml b/components/RemoteNodeEdit.qml index 82b56899..ecc8b496 100644 --- a/components/RemoteNodeEdit.qml +++ b/components/RemoteNodeEdit.qml @@ -48,7 +48,7 @@ GridLayout { property bool placeholderFontBold: false property int placeholderFontSize: 18 * scaleRatio property string placeholderColor: MoneroComponents.Style.defaultFontColor - property real placeholderOpacity: 0.25 + property real placeholderOpacity: 0.35 property string lineEditBorderColor: Qt.rgba(0, 0, 0, 0.15) property string lineEditBackgroundColor: "white" |
