tformatting (rm blank spaces) - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 35c056539545ec6397ff0e63b3f50ac051de6939
 (DIR) parent 08ec368baf3cd71aace0c323820e1cfa30e547e8
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Mon, 18 Jan 2021 10:59:30 +0100
       
       formatting (rm blank spaces)
       
       Diffstat:
         M electrum/gui/kivy/uix/dialogs/ligh… |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/electrum/gui/kivy/uix/dialogs/lightning_channels.py b/electrum/gui/kivy/uix/dialogs/lightning_channels.py
       t@@ -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'
       t@@ -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:
       t@@ -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:
       t@@ -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:
       t@@ -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:
       t@@ -140,7 +140,7 @@ Builder.load_string(r'''
                        on_release:
                            root.on_ok()
                            root.dismiss()
       -                    
       +
        <LightningChannelItem@CardItem>
            details: {}
            active: False