1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

minimum size for camera preview 160x120

This commit is contained in:
agilob 2014-10-22 17:11:55 +01:00
parent 575e57cd00
commit bb9f7b8b63
No known key found for this signature in database
GPG Key ID: 2CACF3EEF598C663

View File

@ -174,7 +174,14 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="VideoSurface" name="CamVideoSurface" native="true"/>
<widget class="VideoSurface" name="CamVideoSurface" native="true">
<property name="minimumSize">
<size>
<width>160</width>
<height>120</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>