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
f6743889
Commit
f6743889
authored
Aug 03, 2022
by
Ingo Klöcker
Browse files
Set accessible name for the test results tree
GnuPG-bug-id: 6101
parent
5ca701a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/selftestdialog.cpp
View file @
f6743889
...
...
@@ -349,6 +349,7 @@ private:
vbox
->
setContentsMargins
(
0
,
0
,
0
,
0
);
resultsTV
=
new
NavigatableTreeView
{
qq
};
resultsTV
->
setAccessibleName
(
i18n
(
"test results"
));
QSizePolicy
sizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
sizePolicy
.
setHorizontalStretch
(
0
);
sizePolicy
.
setVerticalStretch
(
1
);
...
...
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