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
PIM
Kleopatra
Commits
e19a61ac
Commit
e19a61ac
authored
Jul 27, 2022
by
Ingo Klöcker
Browse files
Resize all columns to fit their contents
GnuPG-bug-id: 6108
parent
98493bd4
Pipeline
#209521
passed with stage
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/subkeyswidget.cpp
View file @
e19a61ac
...
...
@@ -286,7 +286,7 @@ void SubKeysWidget::setKey(const GpgME::Key &key)
// hide information about storage location for keys of other people
d
->
ui
.
subkeysTree
->
hideColumn
(
8
);
}
d
->
ui
.
subkeysTree
->
resizeColumn
ToContents
(
0
);
d
->
ui
.
subkeysTree
->
header
()
->
resizeSections
(
QHeaderView
::
Resize
ToContents
);
}
...
...
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