-WIP-electrum-btcp/gui/qt
Jörg Sommer 8661823c97 paytoedit: Calculate height depending on font's line height
On high-resolution (HiRes) displays, the pixel size of a font is much
larger than the hard-coded 17 pixels, e.g. more than 40 for me. It's
better to get the line high of the current font from it's metrics and
calculate the high of the box with it.
2017-11-07 15:27:02 +01:00
..
__init__.py Merge pull request #3010 from SomberNight/qt_wiz_catch_exc 2017-10-19 16:03:01 +02:00
address_dialog.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
address_list.py fix AddressList: indices of address states 2017-10-31 03:57:11 +01:00
amountedit.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
console.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
contact_list.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
fee_slider.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
history_list.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
installwizard.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
invoice_list.py fix: payment request related stuff (qt crash, exporting, refresh bug) 2017-10-27 02:32:49 +02:00
main_window.py make tx deserialization more robust to ill-formed tx 2017-11-06 12:27:47 +01:00
network_dialog.py NetworkDialog: changed string literal ("Node" -> "Connected node") 2017-11-02 08:27:38 +01:00
password_dialog.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
paytoedit.py paytoedit: Calculate height depending on font's line height 2017-11-07 15:27:02 +01:00
qrcodewidget.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
qrtextedit.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
qrwindow.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
request_list.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
seed_dialog.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
transaction_dialog.py increase width of tx window, because segwit addresses are longer 2017-10-27 16:32:08 +02:00
util.py cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
utxo_list.py Adjust colors if dark color scheme is used 2017-10-04 15:17:20 +02:00