We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
In full screen:
In default windows size some options do not fit the window and so user can't see them.
Sorry, something went wrong.
I am unavailable to see the full screen. If I click settings-> options (while bitcoin-qt window is on top):
If I move the bitcoin-qt to the center and check options:
In both cases I am unable to see the full window / resize it.
Fixed in the latest version v27.1.knots20240621. It looks really great now.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: