Qt: Force helpText size to avoid overflow at default size

Increase minimum size of helpText to match max
This commit is contained in:
BreakPoints 2022-08-08 18:18:42 +01:00 committed by refractionpcsx2
parent 40fda5067d
commit edfceaad14
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
<height>120</height>
</size>
</property>
<property name="maximumSize">