Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Protos
Nomad 3D
nomad-3d-editor
Commits
3df0215c
Commit
3df0215c
authored
Apr 08, 2019
by
yannick legoc
Browse files
Set the bold font weight to the added and renamed components
parent
2562c7a9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/n3d/gui/HierarchyCell.java
View file @
3df0215c
...
...
@@ -213,6 +213,10 @@ public class HierarchyCell extends CheckBoxTreeCell<Component> {
setText
(
getTextValue
(
component
));
setContextMenu
(
rigthClickMenu
);
if
(
component
.
isAdded
()
||
component
.
isRenamed
())
{
setStyle
(
"-fx-font-weight: bold;"
);
}
tooltip
.
setText
(
component
.
getName
());
setTooltip
(
tooltip
);
...
...
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