Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Breeze visual style
Commits
8556cb4a
Commit
8556cb4a
authored
Feb 02, 2022
by
David Faure
Browse files
Fix headerview height when the text contains '\n'
parent
e5c6a321
Pipeline
#131979
passed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kstyle/breezestyle.cpp
View file @
8556cb4a
...
...
@@ -3201,7 +3201,7 @@ namespace Breeze
}
// contents height
int
contentsHeight
(
headerOption
->
fontMetrics
.
height
()
);
int contentsHeight(
hasText ? textSize.height() :
headerOption->fontMetrics.height() );
if( hasIcon ) contentsHeight = qMax( contentsHeight, iconSize.height() );
if( horizontal && headerOption->sortIndicator != QStyleOptionHeader::None )
...
...
David Faure
@dfaure
mentioned in commit
9540eac4
·
Feb 02, 2022
mentioned in commit
9540eac4
mentioned in commit 9540eac4ddbb1ec88b1e59c1908dfdd66efb1097
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment