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
bonita
bonita-studio
Commits
3616a80c
Commit
3616a80c
authored
Jan 13, 2016
by
Romain Bioteau
Browse files
Minor fixes
* Templating connector ui & wording * Fix remove in REST API Wizard
parent
ceff423c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.expression.editor/src/org/bonitasoft/studio/expression/editor/viewer/ExpressionCollectionViewer.java
View file @
3616a80c
...
...
@@ -299,7 +299,7 @@ public class ExpressionCollectionViewer implements IBonitaVariableContext {
}
else
{
buttonComposite
=
new
Composite
(
parent
,
SWT
.
NONE
);
}
final
int
topIndent
=
captions
.
isEmpty
()
?
0
:
15
;
final
int
topIndent
=
captions
==
null
||
captions
.
isEmpty
()
?
0
:
15
;
buttonComposite
.
setLayoutData
(
GridDataFactory
.
fillDefaults
().
grab
(
false
,
false
).
align
(
SWT
.
FILL
,
SWT
.
TOP
).
indent
(
0
,
topIndent
).
create
());
final
RowLayout
rl
=
new
RowLayout
(
SWT
.
VERTICAL
);
...
...
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