1
0
Fork 0

fixed the missing FG icon (QtLauncher's mainwindow)

This commit is contained in:
setvisible 2017-01-21 19:23:21 +01:00
parent 40b6ca14e8
commit 5ce85c2248

View file

@ -13,6 +13,10 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Start FlightGear</string> <string>Start FlightGear</string>
</property> </property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/app-icon-large</normaloff>:/app-icon-large</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin"> <property name="leftMargin">
<number>6</number> <number>6</number>
@ -681,6 +685,8 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="resources.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>