- a minimum size for the fader label text must be given, otherwise it could be too small which is not desired

- decrease the spacing between the icon buttons since the horizontal space is limited
This commit is contained in:
Volker Fischer 2015-01-25 09:54:20 +00:00
parent 15b6853605
commit cad2da0d2a

View File

@ -350,6 +350,9 @@
</item>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>3</number>
</property>
<item>
<widget class="QLineEdit" name="edtFaderTag">
<property name="sizePolicy">
@ -360,7 +363,7 @@
</property>
<property name="minimumSize">
<size>
<width>40</width>
<width>90</width>
<height>0</height>
</size>
</property>