Cleanup
This commit is contained in:
@@ -183,7 +183,7 @@ public class BannedContentDialog<T extends UnlockableContent> extends BaseDialog
|
|||||||
for(T content : array){
|
for(T content : array){
|
||||||
TextureRegion region = content.uiIcon;
|
TextureRegion region = content.uiIcon;
|
||||||
|
|
||||||
ImageButton button = new ImageButton(Tex.whiteui, Styles.squarei);
|
ImageButton button = new ImageButton(Tex.whiteui, Styles.clearNonei);
|
||||||
button.getStyle().imageUp = new TextureRegionDrawable(region);
|
button.getStyle().imageUp = new TextureRegionDrawable(region);
|
||||||
button.resizeImage(8 * 4f);
|
button.resizeImage(8 * 4f);
|
||||||
if(isSelected) button.clicked(() -> {
|
if(isSelected) button.clicked(() -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user