Skip to content
Snippets Groups Projects
Commit 05af702e authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #234 - remove horizontal scrollbar from search result listview

parent 35cda658
Branches
Tags
No related merge requests found
...@@ -101,7 +101,7 @@ public class SearchController extends BaseController implements Styleable ...@@ -101,7 +101,7 @@ public class SearchController extends BaseController implements Styleable
} }
} }
}); });
cell.prefWidthProperty().bind(listView.widthProperty().subtract(2)); cell.prefWidthProperty().bind(listView.widthProperty().subtract(4));
return cell; return cell;
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment