proprties: Don't scale up the image

In [1], a frame and an overlay were introduced for the redesign of the
thumbnail editor so that the new edit and clear buttons will not be
entirely inside the image frame. This was inside a GtkStack with
another a image which caused it to be scaled since the stack enforces
size homogeneity by default. This is undesirable, so disable it.

[1] 1c70bab1f0

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/3422#note_2128815
This commit is contained in:
Khalid Abu Shawarib 2024-06-01 14:03:54 +00:00
parent 41c0c1f624
commit 13f3ec9f35

View file

@ -46,6 +46,8 @@
<object class="GtkStack" id="icon_stack">
<property name="halign">center</property>
<property name="valign">start</property>
<property name="hhomogeneous">false</property>
<property name="vhomogeneous">false</property>
<child>
<object class="GtkStackPage">
<property name="child">