oslist: fix window size in New VM wizard

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2022-02-16 12:55:31 -05:00
parent e37e27bc35
commit fc9a22afe0

View File

@ -52,9 +52,10 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Can't find the operating system you are looking for? Try selecting a similar distro or version, or use one of the 'Generic' options.</property>
<property name="label" translatable="yes">Can't find the operating system you are looking for?
Try selecting a similar distro or version, or use one of the 'Generic' options.</property>
<property name="wrap">True</property>
<property name="max-width-chars">60</property>
<property name="max-width-chars">40</property>
</object>
<packing>
<property name="expand">True</property>