Skip to content

Commit

Permalink
[Qt] Fixup duplicate label names
Browse files Browse the repository at this point in the history
resolves compiler warnings about a label's name having been already used
.
  • Loading branch information
Fuzzbawls committed May 14, 2019
1 parent 0c071c3 commit 4e8f46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/forms/receivecoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label">
<widget class="QLabel" name="label_8">
<property name="toolTip">
<string>An optional amount to request. Leave this empty or zero to not request a specific amount.</string>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/zpivcontroldialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</layout>
</item>
<item row="1" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTreeWidget" name="treeWidget">
<property name="sizePolicy">
Expand Down

0 comments on commit 4e8f46a

Please sign in to comment.