[nautilus/wip/antoniof/post-gtk4-switch-fixes: 10/13] view-icon-item-ui: Use .caption style for captions




commit 098f6a43d782e7791caa4c443f6ab08a1310f4a0
Author: António Fernandes <antoniof gnome org>
Date:   Sat Jan 1 01:49:55 2022 +0000

    view-icon-item-ui: Use .caption style for captions
    
    Instead of .dim-label.

 src/resources/ui/nautilus-view-icon-item-ui.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/ui/nautilus-view-icon-item-ui.ui b/src/resources/ui/nautilus-view-icon-item-ui.ui
index 624a5a178..7ec4eb839 100644
--- a/src/resources/ui/nautilus-view-icon-item-ui.ui
+++ b/src/resources/ui/nautilus-view-icon-item-ui.ui
@@ -57,7 +57,7 @@
                 <property name="wrap-mode">word-char</property>
                 <property name="valign">start</property>
                 <style>
-                  <class name="dim-label"/>
+                  <class name="caption"/>
                 </style>
               </object>
             </child>
@@ -71,7 +71,7 @@
                 <property name="wrap-mode">word-char</property>
                 <property name="valign">start</property>
                 <style>
-                  <class name="dim-label"/>
+                  <class name="caption"/>
                 </style>
               </object>
             </child>
@@ -85,7 +85,7 @@
                 <property name="wrap-mode">word-char</property>
                 <property name="valign">start</property>
                 <style>
-                  <class name="dim-label"/>
+                  <class name="caption"/>
                 </style>
               </object>
             </child>


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