File tree 2 files changed +2
-2
lines changed
P-38-Core/src/blockstream
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ package blockstream
53
53
public var JsonReponse: Object ;
54
54
public var MsgID: String ;
55
55
public var MsgToken: String ;
56
- public var LightningInvoice: String ;
56
+ [ Bindable ] public var LightningInvoice: String ;
57
57
public var mSatoshi: uint ;
58
58
public var ErrMsg: String ;
59
59
public var ErrCode: int ;
Original file line number Diff line number Diff line change 237
237
</s : HGroup >
238
238
239
239
<s : HGroup visible =" {!(msg == null || msg.LightningInvoice.length == 0)}" gap =" 10" >
240
- <s : TextArea id =" txtLightning" width =" 300 " height =" 200 " editable =" false" />
240
+ <s : TextArea id =" txtLightning" width =" 310 " height =" 240 " editable =" false" />
241
241
<s : SpriteVisualElement id =" spriteQrCode" width =" 250" height =" 250" />
242
242
</s : HGroup >
243
243
</s : VGroup >
You can’t perform that action at this time.
0 commit comments