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
Utilities
KDebugSettings
Commits
c04f4e09
Commit
c04f4e09
authored
Apr 10, 2022
by
Laurent Montel
Browse files
USe same height for each row
parent
98c6482e
Pipeline
#162232
passed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kdeapplicationtreelistwidget.cpp
View file @
c04f4e09
...
...
@@ -62,6 +62,7 @@ KDEApplicationTreeListWidget::KDEApplicationTreeListWidget(QWidget *parent)
{
setColumnCount
(
4
);
setRootIsDecorated
(
false
);
setUniformRowHeights
(
true
);
setColumnHidden
(
KDEApplicationTreeListWidgetItem
::
LogName
,
true
);
setColumnHidden
(
KDEApplicationTreeListWidgetItem
::
IdentifierName
,
true
);
header
()
->
hide
();
...
...
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