Mercurial > libervia-desktop-kivy
comparison libervia/desktop_kivy/plugins/plugin_wid_file_sharing.kv @ 518:196483685a63 default tip
Use Font-Awesome instead of Fontello, following change in Libervia Media.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Oct 2024 22:44:37 +0200 |
parents | b3cedbee561d |
children |
comparison
equal
deleted
inserted
replaced
517:f316c7f19909 | 518:196483685a63 |
---|---|
44 shared: False | 44 shared: False |
45 Symbol: | 45 Symbol: |
46 size_hint: 1, None | 46 size_hint: 1, None |
47 height: dp(80) | 47 height: dp(80) |
48 font_size: dp(40) | 48 font_size: dp(40) |
49 symbol: 'folder-open-empty' if root.is_dir else 'doc' | 49 symbol: 'regular folder-open' if root.is_dir else 'regular file' |
50 color: (1, 0, 0, 1) if root.shared else (0, 0, 0, 1) if root.is_dir else app.c_prim_dark | 50 color: (1, 0, 0, 1) if root.shared else (0, 0, 0, 1) if root.is_dir else app.c_prim_dark |
51 Label: | 51 Label: |
52 size_hint: None, None | 52 size_hint: None, None |
53 width: dp(100) | 53 width: dp(100) |
54 font_size: sp(14) | 54 font_size: sp(14) |