diff libervia/desktop_kivy/plugins/plugin_wid_blog.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
line wrap: on
line diff
--- a/libervia/desktop_kivy/plugins/plugin_wid_blog.kv	Sat Jul 13 13:08:13 2024 +0200
+++ b/libervia/desktop_kivy/plugins/plugin_wid_blog.kv	Sat Oct 26 22:44:37 2024 +0200
@@ -18,7 +18,7 @@
 
 <SearchButton>:
     size_hint: None, 1
-    symbol: "search"
+    symbol: "magnifying-glass"
     width: dp(30)
     font_size: dp(25)
     color: 0.4, 0.4, 0.4, 1
@@ -136,7 +136,7 @@
             height: created_ts.height
             width: self.height
             id: encrypted
-            symbol: 'lock-filled' if root.blog_data.get("encrypted") else 'lock-open'
+            symbol: 'lock' if root.blog_data.get("encrypted") else 'unlock'
             font_size: created_ts.height
             opacity: 1 if root.blog_data.get("encrypted") else 0
             color: 0.29,0.87,0.0,1