Skip to content

Commit a7191ab

Browse files
committed
fix plus icon for relation widget in project properties
1 parent 12c797a commit a7191ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ui/qgsrelationmanagerdialogbase.ui

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<layout class="QVBoxLayout" name="verticalLayout">
1717
<item>
1818
<widget class="QTableWidget" name="mRelationsTable">
19+
<attribute name="horizontalHeaderStretchLastSection">
20+
<bool>true</bool>
21+
</attribute>
1922
<column>
2023
<property name="text">
2124
<string>Name</string>
@@ -70,7 +73,7 @@
7073
</property>
7174
<property name="icon">
7275
<iconset resource="../../images/images.qrc">
73-
<normaloff>:/images/themes/default/mActionSignPlus.png</normaloff>:/images/themes/default/mActionSignPlus.png</iconset>
76+
<normaloff>:/images/themes/default/symbologyAdd.png</normaloff>:/images/themes/default/symbologyAdd.png</iconset>
7477
</property>
7578
</widget>
7679
</item>

0 commit comments

Comments
 (0)