mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:02:41 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue