Let the R2T and T2R up/down arrows be expandable horizontally.

This commit is contained in:
Joe Taylor 2018-09-28 12:47:27 -04:00
parent 32bf7546c5
commit 7688117f59

View File

@ -654,9 +654,15 @@ QLabel[oob="true"] {
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize"> <property name="minimumSize">
<size> <size>
<width>20</width> <width>20</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
@ -698,9 +704,15 @@ QLabel[oob=&quot;true&quot;] {
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize"> <property name="minimumSize">
<size> <size>
<width>20</width> <width>20</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>