kivy: context menu padding

This commit is contained in:
ThomasV 2016-02-19 11:51:58 +01:00
parent d7bc505973
commit 1e1baa12a9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Builder.load_string('''
BoxLayout:
size_hint: 1, 1
height: '48dp'
padding: '12dp'
padding: '12dp', '0dp'
spacing: '3dp'
orientation: 'horizontal'
id: buttons