Skip to content

Commit

Permalink
fix(ui): Fix duplicate names
Browse files Browse the repository at this point in the history
There were two layoutWidgets in mainwindow.ui.

They are named layoutWidget_1 and layoutWidget_2 now.
  • Loading branch information
ouuan committed Feb 5, 2020
1 parent 9432cf2 commit 343eace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/mainwindow.ui
Expand Up @@ -23,7 +23,7 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget_1">
<layout class="QVBoxLayout" name="left_pane" stretch="0,0">
<property name="spacing">
<number>1</number>
Expand Down Expand Up @@ -76,7 +76,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget_2">
<layout class="QVBoxLayout" name="right_pane">
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
Expand Down

0 comments on commit 343eace

Please sign in to comment.