We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 12c797a commit a7191abCopy full SHA for a7191ab
src/ui/qgsrelationmanagerdialogbase.ui
@@ -16,6 +16,9 @@
16
<layout class="QVBoxLayout" name="verticalLayout">
17
<item>
18
<widget class="QTableWidget" name="mRelationsTable">
19
+ <attribute name="horizontalHeaderStretchLastSection">
20
+ <bool>true</bool>
21
+ </attribute>
22
<column>
23
<property name="text">
24
<string>Name</string>
@@ -70,7 +73,7 @@
70
73
</property>
71
74
<property name="icon">
72
75
<iconset resource="../../images/images.qrc">
- <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>
77
78
</widget>
79
</item>
0 commit comments