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 3c0ebd5 commit a7ea3eaCopy full SHA for a7ea3ea
src/ui/symbollayer/widget_symbolslist.ui
@@ -64,10 +64,20 @@
64
</widget>
65
</item>
66
<item>
67
- <widget class="QPushButton" name="openStyleManagerButton">
+ <widget class="QToolButton" name="openStyleManagerButton">
68
+ <property name="toolTip">
69
+ <string>Style Manager</string>
70
+ </property>
71
<property name="text">
72
<string>Open Library…</string>
73
</property>
74
+ <property name="icon">
75
+ <iconset resource="../../../images/images.qrc">
76
+ <normaloff>:/images/themes/default/propertyicons/symbology.svg</normaloff>:/images/themes/default/propertyicons/symbology.svg</iconset>
77
78
+ <property name="autoRaise">
79
+ <bool>true</bool>
80
81
82
83
</layout>
0 commit comments