-
Notifications
You must be signed in to change notification settings - Fork 38.6k
[Qt] Add option to increase/decrease font size in the console window #7396
New issue
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
Conversation
|
This was bug in my build scripts (the new files in icons/... were missing). |
|
While compiling: |
daa2202 to
b413cf7
Compare
|
@paveljanik: Thanks! |
|
Works OK here. Nits: the warning above. The tooltips contain Caps Text (Decrease _F_ont _S_ize) - compare with Clear _c_onsole. |
|
|
b413cf7 to
0988d0d
Compare
0988d0d to
2fbee3c
Compare
|
Concept ACK, nice, this should end the complaints about the font size. |
2fbee3c to
ed432fe
Compare
ed432fe to
3a3a927
Compare
|
Concept ACK. |
|
Tested ACK 3a3a927 Nit: can it be done so that it doesn't jump back to the top of the window? It requires that you have to scroll all the way down if the size is changed when there is a lot of text there. |
|
Added another commit. Would be nice if someone could re-test. |
|
Tested re-ACK 56c9e66 |
|
Fontsizes are OK, vertical scrollbar OK. But I do not like the cursor change (but maybe this is because I'm too old to remember real cursors ;-). |
cdb7e02 to
21ddfc8
Compare
|
agree with @paveljanik: (re)added a Icon that indicates the promot line. Removed the placeholder text in the input field itself. |
|
The new icon is good :-)) |
21ddfc8 to
84f2de8
Compare
84f2de8 to
43abb02
Compare
|
Fixed the wrong tooltip on the prompt icon. |
|
Perfect now :-) |
|
Awesome! |
* Merge pull request bitcoin#7154 a3c3ddb [Qt] add InMempool() info to transaction details (Jonas Schnelli) * Merge pull request bitcoin#7218 fa5769e [qt] Fix misleading translation (MarcoFalke) fa8c8d7 torcontrol debug: Change to a blanket message that covers both cases (MarcoFalke) * Merge pull request bitcoin#7255 6fd0a07 Remove hardcoded fee from CoinControl ToolTip (fanquake) 5fdf32d Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake) * Merge pull request bitcoin#7263 a5a0831 Double semicolon cleanup. (21E14) * Merge pull request bitcoin#7334 fa989fb [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5) (MarcoFalke) * Merge pull request bitcoin#7329 9d263bd Typo fixes in comments (Chris Wheeler) * Merge bitcoin#7396: [Qt] Add option to increase/decrease font size in the console window 43abb02 [Qt] Add a new chevron/arrow icon for the console prompt line (Jonas Schnelli) 56c9e66 [Qt] keep scroll position in GUI console after changing font size (Jonas Schnelli) 3a3a927 [Qt] Add option to increase/decrease font size in the console window (Jonas Schnelli) * Merge bitcoin#7628: QT: Add 'copy full transaction details' option b51ed40 QT: Add 'copy full transaction details' option (Eric Shaw) * Merge bitcoin#7668: Fix history deletion bug after font size change 21e45a0 Fix history deletion bug after font change (Andrew C) * Copy/Move font size related icons into theme folders * Use formatTxDate for date/time in TxPlainTextRole

Allows to increase/decrease the console font size.
Font size will be persisted over
QSettings(survives a restart).Default size is unified over all platform.
Rearranged the "clear icon" and the ">" (shell prompt).
Possible future extension: allow switching between system default- and monospace-font.