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
bonita
bonita-studio
Commits
0752f07f
Commit
0752f07f
authored
Nov 03, 2014
by
Romain Bioteau
Browse files
fix checkbox label
parent
67a5f7df
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.common/src/org/bonitasoft/studio/common/jface/AbstractCheckboxLabelProvider.java
View file @
0752f07f
...
...
@@ -102,10 +102,7 @@ public abstract class AbstractCheckboxLabelProvider extends StyledCellLabelProvi
final
Shell
shell
=
new
Shell
(
SWT
.
NO_TRIM
);
shell
.
setVisible
(
false
);
final
Rectangle
bounds
=
display
.
getBounds
();
final
int
h
=
bounds
.
height
/
2
;
final
int
w
=
bounds
.
width
/
2
;
shell
.
setLocation
(
w
,
h
);
shell
.
setLocation
(
42
,
42
);
// otherwise we have a default gray color
shell
.
setBackground
(
greenScreen
);
...
...
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