[gnome-shell] extensions-app: Use `.heading` class for headings
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] extensions-app: Use `.heading` class for headings
- Date: Wed, 5 Jan 2022 15:12:42 +0000 (UTC)
commit ec0ee7eaecab8a84dc037e87bf226d9819c05f2e
Author: Romain Vigier <romain romainvigier fr>
Date: Mon Oct 4 15:22:09 2021 +0200
extensions-app: Use `.heading` class for headings
Don't hardcode headings styling.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>
.../extensions-app/data/ui/extensions-window.ui | 24 +++++++++++-----------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/subprojects/extensions-app/data/ui/extensions-window.ui
b/subprojects/extensions-app/data/ui/extensions-window.ui
index faafa05092..1a95f9acf6 100644
--- a/subprojects/extensions-app/data/ui/extensions-window.ui
+++ b/subprojects/extensions-app/data/ui/extensions-window.ui
@@ -33,9 +33,9 @@
<property name="label" translatable="yes">Warning</property>
<property name="xalign">0</property>
<property name="margin-top">6</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
+ <style>
+ <class name="heading"/>
+ </style>
</object>
</child>
<child>
@@ -147,9 +147,9 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Manually Installed</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
+ <style>
+ <class name="heading"/>
+ </style>
</object>
</child>
<child>
@@ -171,9 +171,9 @@
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Built-In</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
+ <style>
+ <class name="heading"/>
+ </style>
</object>
</child>
<child>
@@ -285,9 +285,9 @@
<object class="GtkLabel">
<property name="halign">start</property>
<property name="label" translatable="yes">Extension Updates Ready</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
+ <style>
+ <class name="heading"/>
+ </style>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]