Mercurial > libervia-desktop-kivy
comparison cagou/kv/menu.kv @ 187:d11df7793399
typos
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 22 May 2018 19:25:20 +0200 |
parents | 9d7a9866b495 |
children | c7d15ef4bfa8 |
comparison
equal
deleted
inserted
replaced
186:a826c70beda2 | 187:d11df7793399 |
---|---|
25 <AboutPopup>: | 25 <AboutPopup>: |
26 title_align: "center" | 26 title_align: "center" |
27 size_hint: 0.8, 0.8 | 27 size_hint: 0.8, 0.8 |
28 | 28 |
29 <MenuItem>: | 29 <MenuItem>: |
30 # following is need to fix a bug in contextmenu | 30 # following is needed to fix a bug in contextmenu |
31 size_hint: 1, None | 31 size_hint: 1, None |
32 | 32 |
33 <MenusWidget>: | 33 <MenusWidget>: |
34 height: 30 | 34 height: 30 |
35 | 35 |