Skip to content

Commit

Permalink
Namecoin: Use QTableView in DNS dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Dec 1, 2019
1 parent 505ec72 commit 94c7f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electrum_nmc/electrum/gui/qt/forms/dnsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,8 @@
</widget>
</item>
<item>
<widget class="QListWidget" name="listDNSRecords">
<!-- TODO: Reconcile this with Namecoin Core's version, which uses QListWidget -->
<widget class="QTableView" name="listDNSRecords">
<property name="minimumSize">
<size>
<width>0</width>
Expand Down

0 comments on commit 94c7f3c

Please sign in to comment.