Skip to content

Commit

Permalink
Fixed help dialog not named correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Satharus committed Jun 19, 2019
1 parent 49d9c09 commit 3bb58c1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions help.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>How to Use</string>
</property>
<property name="windowIcon">
<iconset resource="Icons.qrc">
<normaloff>:/Artwork/Icons/Logo.png</normaloff>:/Artwork/Icons/Logo.png</iconset>
</property>
<widget class="QLabel" name="gifLabel">
<property name="geometry">
Expand All @@ -27,6 +31,8 @@
</property>
</widget>
</widget>
<resources/>
<resources>
<include location="Icons.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 3bb58c1

Please sign in to comment.