Mercurial > libervia-desktop-kivy
comparison cagou/kv/cagou_widget.kv @ 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 | 7d5297984191 |
comparison
equal
deleted
inserted
replaced
221:e1a385a791cc | 222:a676cb07c1cb |
---|---|
51 size: self.size | 51 size: self.size |
52 | 52 |
53 <CagouWidget>: | 53 <CagouWidget>: |
54 header_input: header_input | 54 header_input: header_input |
55 header_box: header_box | 55 header_box: header_box |
56 orientation: "vertical" | |
56 BoxLayout: | 57 BoxLayout: |
57 id: header_box | 58 id: header_box |
58 size_hint: 1, None | 59 size_hint: 1, None |
59 height: dp(32) | 60 height: dp(32) |
60 spacing: dp(3) | 61 spacing: dp(3) |