1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Fix alignment of UI elements in AIS Demod GUI

This commit is contained in:
Jon Beniston 2022-03-01 17:22:41 +00:00
parent e7d05f832f
commit 99fb619506

View File

@ -218,13 +218,6 @@
</item>
<item>
<layout class="QHBoxLayout" name="phySettingsLayout">
<item>
<widget class="Line" name="line_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="rfBWLabel">
<property name="text">
@ -339,7 +332,7 @@
</size>
</property>
<property name="text">
<string>2.4k</string>
<string>±2.4k</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -406,6 +399,13 @@
</item>
<item>
<layout class="QHBoxLayout" name="udpLayout">
<item>
<widget class="QLabel" name="udpEnabledLabel">
<property name="text">
<string>UDP</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="udpEnabled">
<property name="toolTip">
@ -415,7 +415,7 @@
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>UDP</string>
<string/>
</property>
</widget>
</item>