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


(cherry picked from commit 5df1519d7d)
This commit is contained in:
Sebastian Keller 2022-05-05 10:13:34 +02:00 committed by Georges Basile Stavracas Neto
parent f8a05fe2dc
commit da2f0e52c7

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>