kivy: context menu padding
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user