forked from Public/monero-gui
Restyled warning box (not connected to daemon)
This commit is contained in:
committed by
moneromooo-monero
parent
b38ee48e59
commit
625b92318f
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user