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
Dr. Michael Petter
CUP Eclipse Plugin
Commits
25b48128
Commit
25b48128
authored
Dec 05, 2014
by
Johannes Roith
Browse files
Fix tooltips on e.g. Ubuntu.
parent
f4551f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CupPlugin/src/de/tum/in/www2/cupplugin/widgets/TooltipBase.java
View file @
25b48128
...
...
@@ -107,6 +107,8 @@ public abstract class TooltipBase {
popup
.
setBackground
(
background
);
this
.
scrolled
.
setBackground
(
background
);
this
.
label
.
setBackground
(
background
);
this
.
label
.
setForeground
(
display
.
getSystemColor
(
SWT
.
COLOR_INFO_FOREGROUND
));
popup
.
setSize
(
10
,
10
);
}
...
...
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