Mercurial > libervia-desktop-kivy
diff cagou/core/cagou_widget.py @ 222:a676cb07c1cb
core (menu): TouchMenuBehaviour:
moved code showing ModernMenu on item from file sharing plugin to a generic behaviour, so it can be re-used elsewhere.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 26 Jun 2018 20:26:21 +0200 |
parents | 7177fe2d9725 |
children | 3e11b5d923e2 |
line wrap: on
line diff
--- a/cagou/core/cagou_widget.py Tue Jun 26 07:36:11 2018 +0200 +++ b/cagou/core/cagou_widget.py Tue Jun 26 20:26:21 2018 +0200 @@ -66,7 +66,7 @@ if p['main'] == self.__class__: self.plugin_info = p break - BoxLayout.__init__(self, orientation="vertical") + BoxLayout.__init__(self) self.selector = HeaderWidgetSelector(self) def switchWidget(self, plugin_info):