background: Make sure the size of the light/dark previews is the same

Without homogeneous columns the difference in the size of the light/dark
labels could cause one preview to be larger.

Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1810
This commit is contained in:
Sebastian Keller 2022-05-05 10:13:34 +02:00
parent 340ee1dc4a
commit 5df1519d7d

View file

@ -18,6 +18,7 @@
<property name="tightening_threshold">300</property>
<child>
<object class="GtkGrid">
<property name="column-homogeneous">True</property>
<property name="column-spacing">24</property>
<property name="row-spacing">12</property>
<property name="margin-start">12</property>