[TD]fix minimum width in TaskCustomizeFormat

This commit is contained in:
wandererfan
2023-04-28 10:59:01 -04:00
committed by WandererFan
parent 4d076a7056
commit b3b30e951b

View File

@@ -6,10 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>489</width>
<height>533</height>
<width>200</width>
<height>622</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Format Symbols</string>
</property>