Skip to content

Commit

Permalink
Spectrum Analyzer: Fix alignment for spinboxes when VRootHz is active.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Jun 14, 2021
1 parent 287c1c9 commit dda5ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/spectrum_analyzer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ color: rgba(255,255,255,51);
<item row="0" column="0">
<widget class="QWidget" name="verticalWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -1412,7 +1412,7 @@ color: rgba(255,255,255,51);
<item row="0" column="1">
<widget class="QWidget" name="verticalWidget_2" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down

0 comments on commit dda5ec6

Please sign in to comment.