mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Cover Browser: Wrap the title on space only, not in between words. Fixes #986516 (Cover Browser - font size, divided words)
This commit is contained in:
parent
75a066b364
commit
6b412476ab
@ -99,7 +99,7 @@ typedef unsigned short QRgb565;
|
||||
#define PFREAL_ONE (1 << PFREAL_SHIFT)
|
||||
#define PFREAL_HALF (PFREAL_ONE >> 1)
|
||||
|
||||
#define TEXT_FLAGS (Qt::TextWordWrap|Qt::TextWrapAnywhere|Qt::TextHideMnemonic|Qt::AlignCenter)
|
||||
#define TEXT_FLAGS (Qt::TextWordWrap|Qt::TextHideMnemonic|Qt::AlignCenter)
|
||||
|
||||
inline PFreal fmul(PFreal a, PFreal b)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user