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
System
Dolphin
Commits
1e13885c
Commit
1e13885c
authored
Jul 12, 2022
by
Kai Uwe Broulik
🍇
Browse files
KItemListHeaderWidget: Use QHeaderView font
Makes it consistent with "real" tab widgets.
parent
d4ed58f6
Pipeline
#206557
passed with stage
in 11 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/kitemviews/private/kitemlistheaderwidget.cpp
View file @
1e13885c
...
...
@@ -33,6 +33,8 @@ KItemListHeaderWidget::KItemListHeaderWidget(QGraphicsWidget* parent) :
m_movingRole
.
index
=
-
1
;
setAcceptHoverEvents
(
true
);
// TODO update when font changes at runtime
setFont
(
QApplication
::
font
(
"QHeaderView"
));
}
KItemListHeaderWidget
::~
KItemListHeaderWidget
()
...
...
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