Use consistent button min-heights, resolves #192

This commit is contained in:
Janek Bevendorff 2017-01-27 17:24:53 +01:00
parent 202e8ac3a1
commit fd2b779bb8
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -285,6 +285,12 @@ QProgressBar::chunk {
</item>
<item>
<widget class="QToolButton" name="checkBoxNumbers">
<property name="minimumSize">
<size>
<width>0</width>
<height>26</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
@ -304,6 +310,12 @@ QProgressBar::chunk {
</item>
<item>
<widget class="QToolButton" name="checkBoxSpecialChars">
<property name="minimumSize">
<size>
<width>0</width>
<height>26</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>