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:
parent
340ee1dc4a
commit
5df1519d7d
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue