diff libervia/desktop_kivy/plugins/plugin_wid_remote.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_remote.kv	Sat Jul 13 13:08:13 2024 +0200
+++ b/libervia/desktop_kivy/plugins/plugin_wid_remote.kv	Sat Oct 26 22:44:37 2024 +0200
@@ -42,7 +42,7 @@
     Symbol:
         size_hint: 1, None
         height: dp(80)
-        symbol: 'video'
+        symbol: 'film'
         color: 0, 0, 0, 1
     Label:
         size_hint: None, None
@@ -83,19 +83,19 @@
         height: dp(30)
         Widget:
         PlayerButton:
-            symbol: "previous"
+            symbol: "backward-fast"
             on_release: root.do_cmd("Previous")
         PlayerButton:
-            symbol: "fast-bw"
+            symbol: "backward"
             on_release: root.do_cmd("GoBack")
         PlayerButton:
             symbol: root.status
             on_release: root.do_cmd("PlayPause")
         PlayerButton
-            symbol: "fast-fw"
+            symbol: "forward"
             on_release: root.do_cmd("GoFW")
         PlayerButton
-            symbol: "next"
+            symbol: "forward-fast"
             on_release: root.do_cmd("Next")
         Widget:
     Widget: