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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>315</width> <width>350</width>
<height>190</height> <height>190</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>246</width> <width>350</width>
<height>190</height> <height>190</height>
</size> </size>
</property> </property>