summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisenmann <p3732@getgoogleoff.me>2023-03-28 02:17:17 +0200
committerCorey Berla <corey@berla.me>2023-04-21 16:12:28 +0000
commitb68219157ab9c5e9b67ae0d949f791e8de7b8944 (patch)
treeb457f70b20eb39ea46ad1a73ab46cbda271a8a31
parent9ff35c642d9acec22bb6e04512e59cabedee53d0 (diff)
downloadnautilus-b68219157ab9c5e9b67ae0d949f791e8de7b8944.tar.gz
grid-cell-ui: use dim-label style for captions
In 098f6a43d782e7791caa4c443f6ab08a1310f4a0 the style was changed from dim-label to caption. For consistency with list-view columns and to have less visual noise, add the dim-label style class back. Fixes #2876
-rw-r--r--src/resources/ui/nautilus-grid-cell.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-grid-cell.ui b/src/resources/ui/nautilus-grid-cell.ui
index 881e6b0c4..e9cbe3ba2 100644
--- a/src/resources/ui/nautilus-grid-cell.ui
+++ b/src/resources/ui/nautilus-grid-cell.ui
@@ -73,6 +73,7 @@
<property name="valign">start</property>
<style>
<class name="caption"/>
+ <class name="dim-label"/>
</style>
</object>
</child>
@@ -85,6 +86,7 @@
<property name="wrap-mode">word-char</property>
<style>
<class name="caption"/>
+ <class name="dim-label"/>
</style>
</object>
</child>
@@ -97,6 +99,7 @@
<property name="wrap-mode">word-char</property>
<style>
<class name="caption"/>
+ <class name="dim-label"/>
</style>
</object>
</child>