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
Graphics
Okular
Commits
6ce45540
Commit
6ce45540
authored
Oct 15, 2021
by
Yuri Chornoivan
Browse files
Remove extra space
parent
36579589
Pipeline
#89013
passed with stage
in 9 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
part/annotationactionhandler.cpp
View file @
6ce45540
...
...
@@ -562,7 +562,7 @@ AnnotationActionHandler::AnnotationActionHandler(PageViewAnnotator *parent, KAct
// Geometrical shapes actions
KToggleAction
*
aStraightLine
=
new
KToggleAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"draw-line"
)),
i18nc
(
"@action:intoolbar Annotation tool, verb"
,
"Draw Straight line"
),
this
);
KToggleAction
*
aArrow
=
new
KToggleAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"draw-arrow"
)),
i18nc
(
"@action:intoolbar Annotation tool, verb"
,
"Draw Arrow"
),
this
);
KToggleAction
*
aRectangle
=
new
KToggleAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"draw-rectangle"
)),
i18nc
(
"@action:intoolbar Annotation tool, verb"
,
"
Draw Rectangle"
),
this
);
KToggleAction
*
aRectangle
=
new
KToggleAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"draw-rectangle"
)),
i18nc
(
"@action:intoolbar Annotation tool, verb"
,
"Draw Rectangle"
),
this
);
KToggleAction
*
aEllipse
=
new
KToggleAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"draw-ellipse"
)),
i18nc
(
"@action:intoolbar Annotation tool, verb"
,
"Draw Ellipse"
),
this
);
KToggleAction
*
aPolygon
=
new
KToggleAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"draw-polyline"
)),
i18nc
(
"@action:intoolbar Annotation tool, verb"
,
"Draw Polygon"
),
this
);
d
->
aGeomShapes
=
new
ToggleActionMenu
(
i18nc
(
"@action"
,
"Geometrical shapes"
),
this
);
...
...
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