Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_file_sharing.kv @ 327:b77792cc6d12
use Kivy garden's new infrastructure for modernmenu and contextmenu:
dependencies are updated, the legacy kivy-garden tool is not needed anymore, thus
installation is simplified.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 Dec 2019 18:26:42 +0100 |
parents | 1b835bcfa663 |
children | 3c9ba4a694ef |
comparison
equal
deleted
inserted
replaced
326:d9d2b56f46db | 327:b77792cc6d12 |
---|---|
12 # GNU Affero General Public License for more details. | 12 # GNU Affero General Public License for more details. |
13 | 13 |
14 # You should have received a copy of the GNU Affero General Public License | 14 # You should have received a copy of the GNU Affero General Public License |
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 |
17 #:import ModernMenu kivy.garden.modernmenu.ModernMenu | 17 #:import ModernMenu kivy_garden.modernmenu.ModernMenu |
18 | 18 |
19 | 19 |
20 <ModeBtn>: | 20 <ModeBtn>: |
21 width: self.texture_size[0] + sp(20) | 21 width: self.texture_size[0] + sp(20) |
22 size_hint: None, 1 | 22 size_hint: None, 1 |