bitcoinknots / bitcoin

Bitcoin Knots enhanced Bitcoin node/wallet software
MIT License
200 stars 60 forks source link

GUI Mempool Options getting a bit unwieldy #71

Open luke-jr opened 2 months ago

luke-jr commented 2 months ago

The GUI interface to configure the mempool is overflowing the screen on my test system.

It needs rethinking, or at least a scrollbar. Simply swapping the tab QWidget for a QScrollView doesn't seem to work (maybe with some more effort?).

Might be nice to categorize options and have them in expandable sections. It looks like Qt Designer does this with a QTreeWidget.

GregTonoski commented 1 month ago

In full screen: Screenshot Bitcoin Knots mempool settings GUI

In default windows size some options do not fit the window and so user can't see them.