applications-panel: Make minor adjustments

This reduces the box's spacing down to 6, removes the label's
unnecessary `title` CSS class, and justifies it to center.
This commit is contained in:
Hari Rana 2024-04-08 09:46:40 -04:00 committed by Felipe Borges
parent 701dfba5c5
commit 6b0594d9ca

View file

@ -175,7 +175,7 @@
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="app_icon_image">
<property name="icon-name">org.gnome.Software</property>
@ -188,9 +188,9 @@
<child>
<object class="GtkLabel" id="app_name_label">
<property name="justify">center</property>
<property name="wrap">True</property>
<style>
<class name="title" />
<class name="title-1" />
</style>
</object>