Added some styles, changed some margins, testing with the new LineEdit

This commit is contained in:
Sander Ferdinand
2017-11-19 21:14:05 +01:00
committed by moneromooo-monero
parent e7eb3bdfef
commit f15d6f5197
5 changed files with 88 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ Rectangle {
signal getProofClicked(string txid, string address, string message);
signal checkProofClicked(string txid, string address, string message, string signature);
color: "#F0EEEE"
color: "black"
onCurrentViewChanged: {
if (previousView) {
@@ -163,8 +163,8 @@ Rectangle {
ColumnLayout {
anchors.fill: parent
anchors.margins: 2
anchors.topMargin: appWindow.persistentSettings.customDecorations ? 30 : 0
anchors.margins: 18
anchors.topMargin: appWindow.persistentSettings.customDecorations ? 50 : 0
spacing: 0
Flickable {