Mercurial > libervia-web
diff src/browser/sat_browser/menu.py @ 492:a7f5448a1bc3
browser_side: fixes the CSS for the menus
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 14 Jul 2014 13:06:24 +0200 |
parents | 97c72fe4a5f2 |
children | 5d8632a7bfde |
line wrap: on
line diff
--- a/src/browser/sat_browser/menu.py Thu Jun 26 08:25:30 2014 +0200 +++ b/src/browser/sat_browser/menu.py Mon Jul 14 13:06:24 2014 +0200 @@ -64,8 +64,6 @@ def __init__(self): MenuBar.__init__(self, vertical=False) - self.setStyleName('gwt-MenuBar-horizontal') # XXX: workaround for the Pyjamas' class name fix (it's now "gwt-MenuBar gwt-MenuBar-horizontal") - # TODO: properly adapt CSS to the new class name def doItemAction(self, item, fireCommand): MenuBar.doItemAction(self, item, fireCommand)