Fix name of widget, it must be unique

The widget name was duplicated, it caused no real issue, sinc it was
never referenced, but the UI compiler complained
This commit is contained in:
Jiří Pinkava 2022-09-23 00:39:42 +02:00
parent 31565b5caf
commit af7959c949
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ Max - Marker will move according to the maximum power at the marker frequency</s
<attribute name="toolTip">
<string>Waterfall markers</string>
</attribute>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget_1">
<property name="geometry">
<rect>
<x>0</x>