Mercurial > libervia-desktop-kivy
comparison cagou/kv/common.kv @ 145:654b00fa3fdc
core (common): renamed JidWidget to JidItem to avoid name conflict with XMLUI
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 14 Apr 2018 16:35:59 +0200 |
parents | 1cca97e27a69 |
children | a12fda5d9aa9 |
comparison
equal
deleted
inserted
replaced
144:ae58f84fe4e6 | 145:654b00fa3fdc |
---|---|
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 | 17 |
18 <JidWidget>: | 18 <JidItem>: |
19 size_hint: None, None | 19 size_hint: None, None |
20 height: dp(70) | 20 height: dp(70) |
21 canvas.before: | 21 canvas.before: |
22 Color: | 22 Color: |
23 rgba: 0.2, 0.2, 0.2, 1 | 23 rgba: 0.2, 0.2, 0.2, 1 |