URI: 
       tMerge pull request #6395 from akshayaurora/patch-1 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8703d10d65fff64408ca28e59d302db6038d4761
   DIR parent a7fa92b66f5b1d7e5d0fd672810026bf6aa673da
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 29 Jul 2020 17:58:59 +0200
       
       Merge pull request #6395 from akshayaurora/patch-1
       
       Re-size the wizard before next frame is displayed.
       Diffstat:
         M electrum/gui/kivy/uix/dialogs/inst… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/gui/kivy/uix/dialogs/installwizard.py b/electrum/gui/kivy/uix/dialogs/installwizard.py
       t@@ -590,7 +590,7 @@ class WizardDialog(EventsDialog):
                self.app = App.get_running_app()
                self.run_next = kwargs['run_next']
        
       -        self._trigger_size_dialog = Clock.create_trigger(self._size_dialog)
       +        self._trigger_size_dialog = Clock.create_trigger(self._size_dialog, -1)
                # note: everything bound here needs to be unbound as otherwise the
                # objects will be kept around and keep receiving the callbacks
                Window.bind(size=self._trigger_size_dialog,