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 10 years ago
parent
commit
f1147cf644
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

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

Loading…
Cancel
Save