Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
3616a80c
Commit
3616a80c
authored
Jan 13, 2016
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes
* Templating connector ui & wording * Fix remove in REST API Wizard
parent
ceff423c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bundles/plugins/org.bonitasoft.studio.expression.editor/src/org/bonitasoft/studio/expression/editor/viewer/ExpressionCollectionViewer.java
.../expression/editor/viewer/ExpressionCollectionViewer.java
+1
-1
No files found.
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
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