[libadwaita/wip/exalm/fixes: 1/5] action-row: Add a style class to icons




commit 008631cab2b0c6f4e4be75f77fa136fcc2da9d0d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Sep 27 14:08:10 2021 +0500

    action-row: Add a style class to icons

 src/adw-action-row.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/adw-action-row.ui b/src/adw-action-row.ui
index d3ccfd94..15d941a8 100644
--- a/src/adw-action-row.ui
+++ b/src/adw-action-row.ui
@@ -23,6 +23,9 @@
           <object class="GtkImage" id="image">
             <property name="visible">False</property>
             <property name="valign">center</property>
+            <style>
+              <class name="icon"/>
+            </style>
           </object>
         </child>
         <child>


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