fix: resource pack import dialog icons and add message

Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
Ryan Cao
2022-11-20 00:14:16 +08:00
parent 1f6b8f9d2b
commit a99cd16422
3 changed files with 16 additions and 2 deletions

View File

@ -11,9 +11,16 @@
</rect>
</property>
<property name="windowTitle">
<string>Pick icon</string>
<string>Choose instance to import</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Choose the instance you would like to import this resource pack to.</string>
</property>
</widget>
</item>
<item>
<widget class="QListView" name="instanceView"/>
</item>