Browse Source

Adjust spacing for compizboxmenu

Use spaces instead of tabs for spacing. Also add an additional level of
spacing for each item in the menu.
pull/8/head
George Vlahavas 9 years ago
parent
commit
f1147cf644
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

@ -603,7 +603,7 @@ def jwmmenu():
def compizboxmenu():
if submenu:
spacing = '\t'
spacing = ' '
if seticon:
app_icon = icon_full_path(applications_icon)
if app_icon is None:

Loading…
Cancel
Save