Skip to content
Snippets Groups Projects
Commit 66e7d674 authored by Max Wittig's avatar Max Wittig
Browse files

changed cell size to supress showing scroll bar

parent 6acdf9aa
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ public class LevelPackSelectController ...@@ -97,7 +97,7 @@ public class LevelPackSelectController
@Override @Override
public ListCell<LevelPack> call(ListView<LevelPack> param) public ListCell<LevelPack> call(ListView<LevelPack> param)
{ {
return new LevelPackCell(pane.getMaxWidth() - 8); return new LevelPackCell(pane.getMaxWidth() - 14);
} }
}); });
listView.setStyle("-fx-background-color: transparent"); listView.setStyle("-fx-background-color: transparent");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment