Skip to content
Snippets Groups Projects
Commit 2d9dd1a1 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

set visibility false for labels that are not used

parent 4c42b010
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
Pipeline #51546 passed
...@@ -62,6 +62,10 @@ public class LatLongCellController { ...@@ -62,6 +62,10 @@ public class LatLongCellController {
vBox.autosize(); vBox.autosize();
} else { } else {
nameLabel.setVisible(false);
descriptionLabel.setVisible(false);
//nameLabel.setMaxHeight(0.0);
//descriptionLabel.setMaxHeight(0.0);
vBox.setPrefHeight(30.0); vBox.setPrefHeight(30.0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment