1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-21 03:28:59 -04:00

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 name="maximumSize">
<size>
<width>100</width>
<width>50</width>
<height>16777215</height>
</size>
</property>