Skip to content

Commit a7ea3ea

Browse files
committedSep 13, 2018
Use an icon only for library button in symbols list
Frees more room for UI simplicity
1 parent 3c0ebd5 commit a7ea3ea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎src/ui/symbollayer/widget_symbolslist.ui

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,20 @@
6464
</widget>
6565
</item>
6666
<item>
67-
<widget class="QPushButton" name="openStyleManagerButton">
67+
<widget class="QToolButton" name="openStyleManagerButton">
68+
<property name="toolTip">
69+
<string>Style Manager</string>
70+
</property>
6871
<property name="text">
6972
<string>Open Library…</string>
7073
</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+
</property>
78+
<property name="autoRaise">
79+
<bool>true</bool>
80+
</property>
7181
</widget>
7282
</item>
7383
</layout>

0 commit comments

Comments
 (0)
Please sign in to comment.