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

@@ -41,8 +41,8 @@
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="autoRaise">
@@ -57,8 +57,8 @@
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="autoRaise">
@@ -70,8 +70,8 @@
<widget class="QToolButton" name="up">
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="autoRaise">
@@ -83,8 +83,8 @@
<widget class="QToolButton" name="home">
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="autoRaise">