comparison libervia/desktop_kivy/kv/share_widget.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
106 <GenericPreview>: 106 <GenericPreview>:
107 size_hint: 1, None 107 size_hint: 1, None
108 height: dp(100) 108 height: dp(100)
109 Widget: 109 Widget:
110 SymbolButtonLabel: 110 SymbolButtonLabel:
111 symbol: "doc" 111 symbol: "regular file"
112 text: Path(root.path).name 112 text: Path(root.path).name
113 Widget: 113 Widget:
114 114