fixed the missing FG icon (QtLauncher's mainwindow)
This commit is contained in:
parent
40b6ca14e8
commit
5ce85c2248
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,10 @@
|
|||
<property name="windowTitle">
|
||||
<string>Start FlightGear</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/app-icon-large</normaloff>:/app-icon-large</iconset>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<property name="leftMargin">
|
||||
<number>6</number>
|
||||
|
@ -681,6 +685,8 @@
|
|||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in a new issue