Skip to content

Commit

Permalink
more ui cleanups
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11565 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 5, 2009
1 parent 222bf12 commit 4af3474
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
4 changes: 3 additions & 1 deletion src/helpviewer/qgshelpviewerbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<string>QGIS Help</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/coordinate_capture/coordinatecaptureguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<string>QGIS Plugin Template</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="margin" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/copyright_label/pluginguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<string>Copyright Label Plugin</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="leftMargin" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/delimited_text/qgsdelimitedtextpluginguibase.ui
Original file line number Diff line number Diff line change
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" >
<property name="leftMargin" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
<string>Dxf Importer</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/gps_importer/qgsgpspluginguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<string>GPS Tools</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="leftMargin" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/north_arrow/pluginguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<string>North Arrow Plugin</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="margin" >
Expand Down
4 changes: 3 additions & 1 deletion src/plugins/scale_bar/pluginguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<string>Scale Bar Plugin</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="margin" >
Expand Down

0 comments on commit 4af3474

Please sign in to comment.