forked from j62/ctbrec
1
0
Fork 0

Fix button width

This commit is contained in:
0xboobface 2018-11-04 22:29:15 +01:00
parent a3e0c18cf9
commit 29ed8648e4
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ public class CamsodaShowsTab extends Tab implements TabSelectionListener {
root.setCenter(grid); root.setCenter(grid);
loadImage(model, thumb); loadImage(model, thumb);
record.prefWidthProperty().bind(openInBrowser.widthProperty()); record.minWidthProperty().bind(openInBrowser.widthProperty());
follow.prefWidthProperty().bind(openInBrowser.widthProperty()); follow.minWidthProperty().bind(openInBrowser.widthProperty());
} }
private void follow(Model model) { private void follow(Model model) {