Skip to content

Commit

Permalink
wallet: remove custom index in invoice popup
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 20, 2023
1 parent 99fb464 commit 8e7d610
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/view/wallet/wallet.glade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkMenu" id="address_menu">
Expand Down Expand Up @@ -322,7 +322,6 @@
<child>
<object class="GtkCheckButton" id="index_chk">
<property name="label" translatable="yes">Use custom address no:</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="draw-indicator">True</property>
Expand Down Expand Up @@ -350,7 +349,6 @@
</child>
<child>
<object class="GtkSpinButton" id="index_stp">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property>
<property name="text" translatable="yes">0</property>
Expand All @@ -373,7 +371,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="currency_lbl">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">BTC</property>
Expand Down

0 comments on commit 8e7d610

Please sign in to comment.