electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 35c056539545ec6397ff0e63b3f50ac051de6939
parent 08ec368baf3cd71aace0c323820e1cfa30e547e8
Author: ThomasV <thomasv@electrum.org>
Date:   Mon, 18 Jan 2021 10:59:30 +0100

formatting (rm blank spaces)

Diffstat:
Melectrum/gui/kivy/uix/dialogs/lightning_channels.py | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

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