Browse Source

Cleaned up comm settings widget

QGC4.4
Lorenz Meier 12 years ago
parent
commit
4640d27e1f
  1. 24
      src/ui/CommSettings.ui

24
src/ui/CommSettings.ui

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>324</width>
<height>415</height>
<height>475</height>
</rect>
</property>
<property name="windowTitle">
@ -36,8 +36,8 @@ @@ -36,8 +36,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>302</width>
<height>69</height>
<width>292</width>
<height>81</height>
</rect>
</property>
</widget>
@ -126,8 +126,8 @@ @@ -126,8 +126,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>302</width>
<height>69</height>
<width>292</width>
<height>81</height>
</rect>
</property>
</widget>
@ -137,19 +137,6 @@ @@ -137,19 +137,6 @@
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>12</number>
@ -230,7 +217,6 @@ @@ -230,7 +217,6 @@
<zorder>connectionStatusLabel</zorder>
<zorder>advCheckBox</zorder>
<zorder>protocolTypeGroupBox</zorder>
<zorder>verticalSpacer</zorder>
</widget>
<resources/>
<connections>

Loading…
Cancel
Save