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:
parent
14bd84dc19
commit
08bf9f77c2
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue