mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
kivy: context menu padding
This commit is contained in:
parent
d7bc505973
commit
1e1baa12a9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Builder.load_string('''
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
size_hint: 1, 1
|
size_hint: 1, 1
|
||||||
height: '48dp'
|
height: '48dp'
|
||||||
padding: '12dp'
|
padding: '12dp', '0dp'
|
||||||
spacing: '3dp'
|
spacing: '3dp'
|
||||||
orientation: 'horizontal'
|
orientation: 'horizontal'
|
||||||
id: buttons
|
id: buttons
|
||||||
|
|
Loading…
Add table
Reference in a new issue