Skip to content

Commit

Permalink
apply plugin manager patch from Milena
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13106 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 20, 2010
1 parent 364a099 commit ab96ba5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ui/qgspluginmanagerbase.ui
Expand Up @@ -19,14 +19,14 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="3" >
<item row="1" column="0" colspan="3" >
<widget class="QLabel" name="textLabel1_2" >
<property name="text" >
<string>To enable / disable a plugin, click its checkbox or description</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3" >
<item row="2" column="0" colspan="3" >
<widget class="QListView" name="vwPlugins" >
<property name="selectionMode" >
<enum>QAbstractItemView::SingleSelection</enum>
Expand All @@ -39,7 +39,7 @@
</property>
</widget>
</item>
<item row="2" column="0" >
<item row="0" column="0" >
<widget class="QLabel" name="lblFilter" >
<property name="text" >
<string>&amp;Filter</string>
Expand All @@ -49,7 +49,7 @@
</property>
</widget>
</item>
<item row="2" column="1" colspan="2" >
<item row="0" column="1" colspan="2" >
<widget class="QLineEdit" name="leFilter" />
</item>
<item row="3" column="0" colspan="2" >
Expand Down Expand Up @@ -96,8 +96,8 @@
</widget>
<layoutdefault spacing="6" margin="11" />
<tabstops>
<tabstop>vwPlugins</tabstop>
<tabstop>leFilter</tabstop>
<tabstop>vwPlugins</tabstop>
<tabstop>btnPluginInstaller</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
Expand Down

0 comments on commit ab96ba5

Please sign in to comment.