Quick Select Support for the GroupCreationTab #77
@ -20,6 +20,7 @@ public class QuickSelectControl extends VBox {
|
||||
|
||||
public QuickSelectControl(User user, GroupCreationTab tab) {
|
||||
mpk marked this conversation as resolved
Outdated
|
||||
this.user = user;
|
||||
setPadding(new Insets(1, 0, 0, 0));
|
||||
setPrefWidth(37);
|
||||
mpk marked this conversation as resolved
Outdated
delvh
commented
As I've already been conditioned by a certain member of the Envoy team (the coffee machine guy) to not use It might be beneficial to create a convention for such cases from here on. As I've already been conditioned by a certain member of the Envoy team (the coffee machine guy) to not use `@link` in constructors for the own component, I've since swapped to using `@code`, so maybe you should too.
It might be beneficial to create a convention for such cases from here on.
|
||||
setMaxWidth(37);
|
||||
setMinWidth(37);
|
||||
|
Reference in New Issue
Block a user
Please make this
private
.