Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
e3db1d89
Commit
e3db1d89
authored
Mar 07, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Mar 12, 2021
Browse files
Take no space
parent
7f51ceae
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/filetree/katefiletree.cpp
View file @
e3db1d89
...
...
@@ -187,9 +187,9 @@ void KateFileTree::setModel(QAbstractItemModel *model)
header
()
->
hide
();
header
()
->
setStretchLastSection
(
false
);
header
()
->
setSectionResizeMode
(
0
,
QHeaderView
::
Stretch
);
header
()
->
setMinimumSectionSize
(
8
);
header
()
->
setMinimumSectionSize
(
1
);
header
()
->
setSectionResizeMode
(
1
,
QHeaderView
::
Fixed
);
header
()
->
resizeSection
(
1
,
1
6
);
header
()
->
resizeSection
(
1
,
1
);
}
void
KateFileTree
::
setShowCloseButton
(
bool
show
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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