Increasing spacing between buttons

This commit is contained in:
Kovid Goyal 2015-10-20 18:45:22 +05:30
parent 00eea89768
commit c3aeb7d931

View File

@ -10,7 +10,7 @@ bar_counter = 0
class TopBar:
SPACING = '0.5em'
SPACING = '0.75em'
def __init__(self):
nonlocal bar_counter