Skip to content

Commit

Permalink
Fix assets to expand fully as well (#5187)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed May 10, 2021
1 parent 8fa8901 commit 282e230
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/dlgPackageExporter.ui
Expand Up @@ -313,19 +313,19 @@
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label_assets">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Include assets (images, sounds, fonts)</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listWidget_addedFiles">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 282e230

Please sign in to comment.