Bugfixes
This commit is contained in:
@@ -98,7 +98,7 @@ public class PlayerListFragment extends Fragment{
|
||||
}
|
||||
};
|
||||
table.margin(8);
|
||||
table.add(new Image(user.icon()).setScaling(Scaling.none)).grow();
|
||||
table.add(new Image(user.icon()).setScaling(Scaling.bounded)).grow();
|
||||
|
||||
button.add(table).size(h);
|
||||
button.labelWrap("[#" + user.color().toString().toUpperCase() + "]" + user.name()).width(170f).pad(10);
|
||||
|
||||
Reference in New Issue
Block a user