UI: Fix maximum size on image source toolbar

The edit widget on the image source toolbar had a maximum width set,
which caused the layout for the toolbar to look ugly if it hit that
maximum width.
This commit is contained in:
jp9000 2020-09-03 05:15:51 -07:00
parent 55c21319e0
commit 1cdf16bac5

View File

@ -50,12 +50,6 @@
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>