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

Fixed # 201 - remove horizontal scrollbar in payment tab

parent b18c08bb
No related branches found
No related tags found
1 merge request!213merge v1_6_0 into master
...@@ -69,7 +69,7 @@ public class PaymentController implements Refreshable, Styleable ...@@ -69,7 +69,7 @@ public class PaymentController implements Refreshable, Styleable
} }
} }
}); });
cell.prefWidthProperty().bind(listView.widthProperty().subtract(2)); cell.prefWidthProperty().bind(listView.widthProperty().subtract(20));
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