Skip to content

Commit

Permalink
fix plus icon for relation widget in project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Jun 21, 2015
1 parent 12c797a commit a7191ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsrelationmanagerdialogbase.ui
Expand Up @@ -16,6 +16,9 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="mRelationsTable">
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Name</string>
Expand Down Expand Up @@ -70,7 +73,7 @@
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSignPlus.png</normaloff>:/images/themes/default/mActionSignPlus.png</iconset>
<normaloff>:/images/themes/default/symbologyAdd.png</normaloff>:/images/themes/default/symbologyAdd.png</iconset>
</property>
</widget>
</item>
Expand Down

0 comments on commit a7191ab

Please sign in to comment.