Set a maximum width for the level thermometer.

This commit is contained in:
Joe Taylor 2022-09-30 11:23:16 -04:00
parent f91e8e3cf1
commit 70926b2a40

View File

@ -991,7 +991,7 @@ QLabel[oob="true"] {
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>100</width> <width>50</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>