Make icon sizes configurable, increase default sizes for icons

Fixes #250
This commit is contained in:
Jonas Kvinge
2020-06-28 18:36:48 +02:00
parent 9a1520d5e3
commit 4d78b30e8c
26 changed files with 351 additions and 71 deletions

View File

@@ -64,6 +64,12 @@
<property name="toolTip">
<string>New folder</string>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
</widget>
</item>
<item>
@@ -71,6 +77,12 @@
<property name="toolTip">
<string>Delete</string>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
</widget>
</item>
<item>
@@ -81,7 +93,14 @@
</widget>
</item>
<item>
<widget class="QToolButton" name="save_playlist"/>
<widget class="QToolButton" name="save_playlist">
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_2">