Skip to content

Commit

Permalink
Use an icon only for library button in symbols list
Browse files Browse the repository at this point in the history
Frees more room for UI simplicity
  • Loading branch information
nyalldawson committed Sep 13, 2018
1 parent 3c0ebd5 commit a7ea3ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/ui/symbollayer/widget_symbolslist.ui
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,20 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="openStyleManagerButton">
<widget class="QToolButton" name="openStyleManagerButton">
<property name="toolTip">
<string>Style Manager</string>
</property>
<property name="text">
<string>Open Library…</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/symbology.svg</normaloff>:/images/themes/default/propertyicons/symbology.svg</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit a7ea3ea

Please sign in to comment.