Skip to content

Commit b431337

Browse files
author
jef
committedOct 6, 2009
refix plugin uis
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11760 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎src/plugins/copyright_label/pluginguibase.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<string>Copyright Label Plugin</string>
1414
</property>
1515
<property name="windowIcon" >
16-
<iconset/>
16+
<iconset>
17+
<normaloff/>
18+
</iconset>
1719
</property>
1820
<layout class="QGridLayout" >
1921
<item row="0" column="0" colspan="4" >

‎src/plugins/delimited_text/qgsdelimitedtextpluginguibase.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<string>Create a Layer from a Delimited Text File</string>
1414
</property>
1515
<property name="windowIcon" >
16-
<iconset/>
16+
<iconset>
17+
<normaloff/>
18+
</iconset>
1719
</property>
1820
<layout class="QGridLayout" >
1921
<item row="0" column="0" colspan="7" >

‎src/plugins/north_arrow/pluginguibase.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<string>North Arrow Plugin</string>
1414
</property>
1515
<property name="windowIcon" >
16-
<iconset/>
16+
<iconset>
17+
<normaloff/>
18+
</iconset>
1719
</property>
1820
<layout class="QGridLayout" >
1921
<item row="0" column="0" colspan="3" >

0 commit comments

Comments
 (0)
Please sign in to comment.