Skip to content

Commit c40329b

Browse files
author
homann
committed
Fix ui warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11555 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 92b39fa commit c40329b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/ui/qgsprojectpropertiesbase.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<string>Project Properties</string>
1414
</property>
1515
<property name="windowIcon" >
16-
<iconset/>
16+
<iconset>
17+
<normaloff/>
18+
<iconset>
1719
</property>
1820
<property name="sizeGripEnabled" >
1921
<bool>true</bool>

src/ui/qgsserversourceselectbase.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<string>Add Layer(s) from a Server</string>
1414
</property>
1515
<property name="windowIcon" >
16-
<iconset/>
16+
<iconset>
17+
<normaloff/>
18+
<iconset>
1719
</property>
1820
<property name="sizeGripEnabled" >
1921
<bool>true</bool>

0 commit comments

Comments
 (0)