URI: 
       tkivy: improve context menu - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2e078493a770aa2f485b3fc9969302b5639f2dcb
   DIR parent 96b66b7e4f1a6cf56a3d779a22cb046a3bd43b29
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 20 Dec 2018 12:43:31 +0100
       
       kivy: improve context menu
       
       Diffstat:
         M electrum/gui/kivy/uix/context_menu… |       8 +++++---
       
       1 file changed, 5 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/electrum/gui/kivy/uix/context_menu.py b/electrum/gui/kivy/uix/context_menu.py
       t@@ -19,16 +19,18 @@ Builder.load_string('''
        
        <ContextMenu>
            size_hint: 1, None
       -    height: '48dp'
       +    height: '60dp'
            pos: (0, 0)
            show_arrow: False
            arrow_pos: 'top_mid'
            padding: 0
            orientation: 'horizontal'
       +    background_color: (0.1, 0.1, 0.1, 1)
       +    background_image: ''
            BoxLayout:
                size_hint: 1, 1
       -        height: '48dp'
       -        padding: '12dp', '0dp'
       +        height: '54dp'
       +        padding: '0dp', '0dp'
                spacing: '3dp'
                orientation: 'horizontal'
                id: buttons