summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorRomain Vigier <romain@romainvigier.fr>2022-01-18 11:37:51 +0100
committerMarge Bot <marge-bot@gnome.org>2022-02-12 14:51:30 +0000
commitdb39b792c21846dc3ffd40b2115c68c55c104717 (patch)
treeabb80cf41aaab3ef76b0f52d20d02570de3fab34 /subprojects
parentbd82a335f3b5634d6e971c401f3c5586ba465ffb (diff)
downloadgnome-shell-db39b792c21846dc3ffd40b2115c68c55c104717.tar.gz
extensions-app: Change lists style class to `.boxed-list`
The previous `.content` style class is deprecated. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2114>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/extensions-app/data/ui/extensions-window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/extensions-app/data/ui/extensions-window.ui b/subprojects/extensions-app/data/ui/extensions-window.ui
index e4f12708e..88e0f1173 100644
--- a/subprojects/extensions-app/data/ui/extensions-window.ui
+++ b/subprojects/extensions-app/data/ui/extensions-window.ui
@@ -101,7 +101,7 @@
<object class="GtkListBox" id="userList">
<property name="selection-mode">none</property>
<style>
- <class name="content"/>
+ <class name="boxed-list"/>
</style>
</object>
</child>
@@ -114,7 +114,7 @@
<object class="GtkListBox" id="systemList">
<property name="selection-mode">none</property>
<style>
- <class name="content"/>
+ <class name="boxed-list"/>
</style>
</object>
</child>