mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
address
This commit is contained in:
parent
82c8c1fd25
commit
5f7fd983e1
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
include
|
||||
include client/README client/LICENCE
|
||||
include server/README server/LICENCE
|
||||
include server/electrum.php
|
||||
|
|
|
@ -743,7 +743,7 @@ class BitcoinGUI:
|
|||
area.set_size_request(size, size)
|
||||
area.connect("expose-event", area_expose_cb)
|
||||
area.show()
|
||||
dialog = gtk.Dialog("QR Code", parent=self.window, flags=gtk.DIALOG_MODAL|gtk.DIALOG_NO_SEPARATOR, buttons = ("ok",1))
|
||||
dialog = gtk.Dialog(address, parent=self.window, flags=gtk.DIALOG_MODAL|gtk.DIALOG_NO_SEPARATOR, buttons = ("ok",1))
|
||||
dialog.vbox.add(area)
|
||||
dialog.run()
|
||||
dialog.destroy()
|
||||
|
|
Loading…
Add table
Reference in a new issue