17 changes: 13 additions & 4 deletions src/ui/qgspluginmanagerbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>All</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/plugins.svg</normaloff>:/images/themes/default/propertyicons/plugins.svg</iconset>
</property>
</item>
<item>
<property name="text">
<string>Installed</string>
Expand All @@ -121,14 +130,14 @@
</item>
<item>
<property name="text">
<string>Get more</string>
<string>Not installed</string>
</property>
<property name="toolTip">
<string>Not installed plugins available for download</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/plugins.svg</normaloff>:/images/themes/default/propertyicons/plugins.svg</iconset>
<normaloff>:/images/themes/default/propertyicons/plugin.svg</normaloff>:/images/themes/default/propertyicons/plugin.svg</iconset>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsEnabled</set>
Expand Down Expand Up @@ -556,8 +565,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>547</width>
<height>748</height>
<width>352</width>
<height>758</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
Expand Down