summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-03-02 06:11:13 -0300
committerAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-03-02 09:14:53 +0000
commit01706fac410dfa9519f05434478803b204b33cb5 (patch)
tree8c1fa630dec33c85cf383102be31a5c377575725
parent2ff42126ce2b49688efd81a2a6cc86e28385fa70 (diff)
downloadgnome-bluetooth-01706fac410dfa9519f05434478803b204b33cb5.tar.gz
settings-row: Dim status labels
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/bluetooth/bluetooth-wires.png This change aims to follow the mockup above, which uses dimmed status labels.
-rw-r--r--lib/bluetooth-settings-row.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bluetooth-settings-row.ui b/lib/bluetooth-settings-row.ui
index e5a9297d..276e923d 100644
--- a/lib/bluetooth-settings-row.ui
+++ b/lib/bluetooth-settings-row.ui
@@ -12,6 +12,9 @@
<property name="valign">center</property>
<property name="vexpand">True</property>
<property name="label" translatable="yes">Not Set Up</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
</object>
</child>
</template>