Skip to content

Commit

Permalink
refix plugin uis
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11760 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 6, 2009
1 parent 214146b commit b5bcbac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/plugins/copyright_label/pluginguibase.ui
Expand Up @@ -13,7 +13,9 @@
<string>Copyright Label Plugin</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="4" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/delimited_text/qgsdelimitedtextpluginguibase.ui
Expand Up @@ -13,7 +13,9 @@
<string>Create a Layer from a Delimited Text File</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="7" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/north_arrow/pluginguibase.ui
Expand Up @@ -13,7 +13,9 @@
<string>North Arrow Plugin</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="3" >
Expand Down

0 comments on commit b5bcbac

Please sign in to comment.