Set a max horiz size for the "Queue" panel on Fox tab 2.

This commit is contained in:
Joe Taylor 2024-09-20 10:08:04 -04:00
parent 10aead3962
commit 57b524db51

View File

@ -2398,7 +2398,7 @@ Double-click to reset to the standard 73 message</string>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>120</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>