Minor fixes
This commit is contained in:
parent
0cd2f6e170
commit
1a111b98d4
@ -273,7 +273,7 @@ class TxDialog(QDialog, MessageBoxMixin):
|
|||||||
self.amount_label.setText(amount_str)
|
self.amount_label.setText(amount_str)
|
||||||
self.fee_label.setText(fee_str)
|
self.fee_label.setText(fee_str)
|
||||||
self.size_label.setText(size_str)
|
self.size_label.setText(size_str)
|
||||||
self.flodata_label.setText("FLO data: " + self.tx.flodata)
|
self.flodata_label.setText("FLO data: \"" + self.tx.flodata + str("\""))
|
||||||
run_hook('transaction_dialog_update', self)
|
run_hook('transaction_dialog_update', self)
|
||||||
|
|
||||||
def add_io(self, vbox):
|
def add_io(self, vbox):
|
||||||
|
|||||||
@ -287,8 +287,7 @@ if __name__ == '__main__':
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# config is an object passed to the various constructors (wallet, interface, gui)
|
# config is an object passed to the various constructors (wallet, interface, gui)
|
||||||
#if is_android:
|
if is_android:
|
||||||
if True:
|
|
||||||
config_options = {
|
config_options = {
|
||||||
'verbosity': '',
|
'verbosity': '',
|
||||||
'cmd': 'gui',
|
'cmd': 'gui',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user