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
bb854ebe
Commit
bb854ebe
authored
Feb 23, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Feb 24, 2021
Browse files
Make sure first column has stretched as much as possible
parent
016eb232
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/gitwidget.cpp
View file @
bb854ebe
...
...
@@ -451,6 +451,9 @@ void GitWidget::hideEmptyTreeNodes()
}
}
}
m_treeView
->
resizeColumnToContents
(
0
);
m_treeView
->
resizeColumnToContents
(
1
);
}
void
GitWidget
::
parseStatusReady
()
...
...
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