Browse Source

formatting (rm blank spaces)

master
ThomasV 5 years ago
parent
commit
35c0565395
  1. 12
      electrum/gui/kivy/uix/dialogs/lightning_channels.py

12
electrum/gui/kivy/uix/dialogs/lightning_channels.py

@ -45,7 +45,7 @@ Builder.load_string(r'''
Label: Label:
id: send_amount_label id: send_amount_label
size_hint: 0.6, 1 size_hint: 0.6, 1
text: _('0') text: _('0')
background_color: (0,0,0,0) background_color: (0,0,0,0)
BoxLayout: BoxLayout:
orientation: 'horizontal' orientation: 'horizontal'
@ -55,7 +55,7 @@ Builder.load_string(r'''
size_hint: 0.4, 1 size_hint: 0.4, 1
Label: Label:
id: receive_amount_label id: receive_amount_label
text: _('0') text: _('0')
background_color: (0,0,0,0) background_color: (0,0,0,0)
size_hint: 0.6, 1 size_hint: 0.6, 1
BoxLayout: BoxLayout:
@ -66,7 +66,7 @@ Builder.load_string(r'''
size_hint: 0.4, 1 size_hint: 0.4, 1
Label: Label:
id: server_fee_label id: server_fee_label
text: _('0') text: _('0')
background_color: (0,0,0,0) background_color: (0,0,0,0)
size_hint: 0.6, 1 size_hint: 0.6, 1
BoxLayout: BoxLayout:
@ -77,7 +77,7 @@ Builder.load_string(r'''
size_hint: 0.4, 1 size_hint: 0.4, 1
Label: Label:
id: mining_fee_label id: mining_fee_label
text: _('0') text: _('0')
background_color: (0,0,0,0) background_color: (0,0,0,0)
size_hint: 0.6, 1 size_hint: 0.6, 1
BoxLayout: BoxLayout:
@ -85,7 +85,7 @@ Builder.load_string(r'''
size_hint: 1, 0.5 size_hint: 1, 0.5
Label: Label:
id: swap_action_label id: swap_action_label
text: _('Adds receiving capacity') text: _('Adds receiving capacity')
background_color: (0,0,0,0) background_color: (0,0,0,0)
font_size: '14dp' font_size: '14dp'
Slider: Slider:
@ -140,7 +140,7 @@ Builder.load_string(r'''
on_release: on_release:
root.on_ok() root.on_ok()
root.dismiss() root.dismiss()
<LightningChannelItem@CardItem> <LightningChannelItem@CardItem>
details: {} details: {}
active: False active: False

Loading…
Cancel
Save