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
Marco Bubke
flatpak-qt-creator
Commits
d6059369
Commit
d6059369
authored
Oct 12, 2011
by
Thomas Hartmann
Committed by
hjk
Oct 12, 2011
Browse files
QmlDesigner: fix typo
Change-Id: If02d4ae2c5c3dddd877fef80af6eebcd10914b5a Reviewed-by:
hjk
<
qthjk@ovi.com
>
parent
9ae35f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.cpp
View file @
d6059369
...
...
@@ -406,7 +406,7 @@ void ModelNodeContextMenu::execute(const QPoint &pos, bool selectionMenuBool)
if
(
!
singleSelected
&&
!
selectionIsEmpty
&&
layoutingIsPossible
)
{
ModelNodeAction
*
action
=
createModelNodeAction
(
tr
(
"Layout in
r
ow"
),
layoutMenu
,
selectedModelNodes
,
ModelNodeAction
::
LayoutRow
,
true
);
ModelNodeAction
*
action
=
createModelNodeAction
(
tr
(
"Layout in
R
ow"
),
layoutMenu
,
selectedModelNodes
,
ModelNodeAction
::
LayoutRow
,
true
);
layoutMenu
->
addAction
(
action
);
action
=
createModelNodeAction
(
tr
(
"Layout in Column"
),
layoutMenu
,
selectedModelNodes
,
ModelNodeAction
::
LayoutColumn
,
true
);
layoutMenu
->
addAction
(
action
);
...
...
Write
Preview
Markdown
is supported
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