1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-30 20:52:26 -04:00

ATV Demod: restored screen geometry to 4:3

This commit is contained in:
f4exb 2017-03-21 05:04:49 +01:00
parent ffe2483e8f
commit 320d529896

View File

@ -802,13 +802,13 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>560</width>
<height>420</height> <height>420</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>600</width> <width>560</width>
<height>420</height> <height>420</height>
</size> </size>
</property> </property>