Restyled warning box (not connected to daemon)

This commit is contained in:
Sander Ferdinand
2018-03-22 05:07:09 +01:00
committed by moneromooo-monero
parent b38ee48e59
commit 625b92318f
5 changed files with 60 additions and 28 deletions

View File

@@ -78,9 +78,9 @@ Item {
onTextUpdated: {
// check to remove placeholder text when there is content
if(item.isEmpty()){
placeholderLabel.visible = true
placeholderLabel.visible = true;
} else {
placeholderLabel.visible = false
placeholderLabel.visible = false;
}
}