Instead of using a fixed-width font in a label, which virtually guarantees a horizontal scrollbar, use a proper text-document that can re-layout based on user input.
Make the command-line-args dialog better #5559
pull zander wants to merge 1 commits into bitcoin:master from zander:commandLineOptionsDialog changing 2 files +87 −21-
zander commented at 11:31 PM on December 28, 2014: none
-
fanquake commented at 2:59 AM on January 2, 2015: member
Screenshots comparing master & this pull. Note that you've removed the version number from the page. Master

Pull

-
luke-jr commented at 5:15 AM on January 2, 2015: member
I like the idea of spacing between options, but maybe only half a line?
-
zander commented at 7:03 PM on January 4, 2015: none
Re-added the version number; made the middle lines bold and made the cell-padding less.

- laanwj added the label GUI on Jan 5, 2015
-
laanwj commented at 8:28 AM on January 5, 2015: member
Certainly looks better. Nit: it's still using a large fixed-width font here. Looks better after removing
ui->helpMessage->setFont(GUIUtil::bitcoinAddressFont()); -
e179eb3d9b
Make the command-line-args dialog better
Instead of using a fixed-width font in a label, which virtually guarentees a horizontal scrollbar, use a proper text-document that can re-layout based on user input.
-
Diapolo commented at 2:37 PM on January 7, 2015: none
Perhaps we should also remove that graphics to the left then!?
-
laanwj commented at 8:49 AM on January 8, 2015: member
Hey, that's one of the only leftovers of Satoshi! Anyhow, that doesn't need to be in this pull.
-
jonasschnelli commented at 8:53 AM on January 8, 2015: contributor
I can take care about the graphic on the left. Needs definitively a replacement (even if its chosen by Satoshi).
- laanwj merged this on Jan 8, 2015
- laanwj closed this on Jan 8, 2015
- laanwj referenced this in commit 83be8fda6d on Jan 8, 2015
-
jonasschnelli commented at 9:07 AM on January 8, 2015: contributor
Do we need a graphic on this dialogue?
-
laanwj commented at 9:36 AM on January 8, 2015: member
No.
-
in src/qt/forms/helpmessagedialog.ui:None in e179eb3d9b
5 | @@ -6,8 +6,8 @@ 6 | <rect> 7 | <x>0</x> 8 | <y>0</y> 9 | - <width>800</width> 10 | - <height>400</height> 11 | + <width>585</width>
zander commented at 7:16 PM on January 8, 2015:yes. Much less content is shown, especially on the 'about' dialog this resize makes sense.
in src/qt/forms/helpmessagedialog.ui:None in e179eb3d9b
53 | @@ -47,19 +54,22 @@ 54 | <rect> 55 | <x>0</x> 56 | <y>0</y> 57 | - <width>659</width> 58 | - <height>348</height> 59 | + <width>447</width>
zander deleted the branch on Jan 8, 2015jonasschnelli commented at 7:10 PM on January 9, 2015: contributorSorry to comment post-merge here. On windows this looks pretty compact:

On OSX it's also a bit tiny:

Is there a reason why this is much smaller then the main window?
MarcoFalke locked this on Sep 8, 2021Labels
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 12:15 UTC
More mirrored repositories can be found on mirror.b10c.me