mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
ATV Demod: adjust monitor screen size so that it has an effecive aspect ratio closer to 4:3
This commit is contained in:
parent
d513b222e6
commit
94d72d5ba5
@ -168,7 +168,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>TV Screen</string>
|
||||
<string>TV Monitor</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="screenTVLayout">
|
||||
<property name="sizeConstraint">
|
||||
@ -184,13 +184,13 @@
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>460</width>
|
||||
<width>495</width>
|
||||
<height>345</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>460</width>
|
||||
<width>495</width>
|
||||
<height>345</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -211,7 +211,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>TV Settings</string>
|
||||
<string>Video Settings</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="tvSettingsLayout" stretch="0,0">
|
||||
<property name="spacing">
|
||||
|
Loading…
Reference in New Issue
Block a user