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:
parent
575e57cd00
commit
bb9f7b8b63
|
@ -174,7 +174,14 @@
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0">
|
<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>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user