Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static const bool DEFAULT_SPLASHSCREEN = true;
/* Tooltips longer than this (in characters) are converted into rich text,
so that they can be word-wrapped.
*/
static const int TOOLTIP_WRAP_THRESHOLD = 80;
static const int TOOLTIP_WRAP_THRESHOLD = 100;

/* Number of frames in spinner animation */
#define SPINNER_FRAMES 36
Expand Down
Loading