[gnome-music/wip/mschraal/default-icon-cleanups: 6/17] ui/PlayerToolbar: Fix play button size




commit 46043aafcfc489654cdacb26604afd76c8050b18
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed Aug 25 11:42:23 2021 +0200

    ui/PlayerToolbar: Fix play button size
    
    Fixes the size with Adwait icon theme for GNOME 41.
    
    Related: #464

 data/ui/PlayerToolbar.ui | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/PlayerToolbar.ui b/data/ui/PlayerToolbar.ui
index f2e9e1153..355043360 100644
--- a/data/ui/PlayerToolbar.ui
+++ b/data/ui/PlayerToolbar.ui
@@ -11,13 +11,17 @@
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="icon_name">media-playback-pause-symbolic</property>
-    <property name="icon_size">5</property>
+    <property name="icon_size">3</property>
+    <property name="margin-bottom">4</property>
+    <property name="margin-top">4</property>
   </object>
   <object class="GtkImage" id="_play_image">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="icon_name">media-playback-start-symbolic</property>
-    <property name="icon_size">5</property>
+    <property name="icon_size">3</property>
+    <property name="margin-bottom">4</property>
+    <property name="margin-top">4</property>
   </object>
   <object class="GtkImage" id="previous_image">
     <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]