mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Set statusLabel.text
This commit is contained in:
parent
09399f1349
commit
172eef84ca
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ object WalletGUI extends JFXApp {
|
|||
private val statusLabel = new Label {
|
||||
maxWidth = Double.MaxValue
|
||||
padding = Insets(0, 10, 10, 10)
|
||||
text <== GlobalData.statusText
|
||||
}
|
||||
|
||||
private val resultArea = new TextArea {
|
||||
|
|
Loading…
Add table
Reference in a new issue