icon-browser: Fix name alignment

The icon names were left-aligned, not centered
under the icon.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/18
This commit is contained in:
Matthias Clasen 2019-04-01 00:27:58 -04:00
parent 0eb837e4ca
commit 19d9d69343

View File

@ -95,6 +95,7 @@
<object class="GtkCellRendererText" id="text_cell">
<property name="xpad">10</property>
<property name="ypad">10</property>
<property name="xalign">0.5</property>
</object>
</child>
</object>