File sink plugin: ensure minimum width

This commit is contained in:
f4exb 2017-04-09 20:29:24 +02:00
parent e0d41f2ecb
commit 37952c9562
1 changed files with 3 additions and 3 deletions

View File

@ -6,19 +6,19 @@
<rect>
<x>0</x>
<y>0</y>
<width>315</width>
<width>350</width>
<height>190</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>246</width>
<width>350</width>
<height>190</height>
</size>
</property>