Skip to content

Commit

Permalink
Frequency Scanner: give more space to channel power display
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Dec 14, 2023
1 parent c5e9da7 commit a9a6c67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/channelrx/freqscanner/freqscannergui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<widget class="QLabel" name="channelPower">
<property name="minimumSize">
<size>
<width>30</width>
<width>40</width>
<height>0</height>
</size>
</property>
Expand All @@ -194,7 +194,10 @@
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>-</string>
<string>-120.0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
Expand Down

0 comments on commit a9a6c67

Please sign in to comment.