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:
parent
f8a05fe2dc
commit
da2f0e52c7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
<property name="tightening_threshold">300</property>
|
<property name="tightening_threshold">300</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkGrid">
|
<object class="GtkGrid">
|
||||||
|
<property name="column-homogeneous">True</property>
|
||||||
<property name="column-spacing">24</property>
|
<property name="column-spacing">24</property>
|
||||||
<property name="row-spacing">12</property>
|
<property name="row-spacing">12</property>
|
||||||
<property name="margin-start">12</property>
|
<property name="margin-start">12</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue