mirror of https://github.com/PCSX2/pcsx2.git
Qt: Force helpText size to avoid overflow at default size
Increase minimum size of helpText to match max
This commit is contained in:
parent
40fda5067d
commit
edfceaad14
|
@ -66,7 +66,7 @@
|
|||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>100</height>
|
||||
<height>120</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
|
|
Loading…
Reference in New Issue