removable-media: Use a child for GtkCheckButton label to wrap it

It allows the panel to fit in narrow displays. The child property
for GtkCheckButton will only be available since 4.8

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4489
This commit is contained in:
Pablo Correa Gómez 2022-02-14 21:08:01 +01:00 committed by Robert Ancell
parent 14bd84dc19
commit 08bf9f77c2

View file

@ -191,8 +191,13 @@
<object class="GtkCheckButton" id="autorun_never_checkbutton">
<property name="valign">end</property>
<property name="vexpand">False</property>
<property name="use_underline">True</property>
<property name="label" translatable="yes">_Never prompt or start apps on media insertion</property>
<property name="child">
<object class="GtkLabel">
<property name="use_underline">True</property>
<property name="label" translatable="yes">_Never prompt or start apps on media insertion</property>
<property name="wrap">True</property>
</object>
</property>
</object>
</child>
</object>