mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
kivy: improve context menu
This commit is contained in:
parent
96b66b7e4f
commit
2e078493a7
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue