Fixed #8658
This commit is contained in:
@@ -435,7 +435,7 @@ public class WaveInfoDialog extends BaseDialog{
|
|||||||
}).margin(12f);
|
}).margin(12f);
|
||||||
if(++i % 3 == 0) p.row();
|
if(++i % 3 == 0) p.row();
|
||||||
}
|
}
|
||||||
}).scrollX(false);
|
}).growX().scrollX(false);
|
||||||
dialog.addCloseButton();
|
dialog.addCloseButton();
|
||||||
dialog.show();
|
dialog.show();
|
||||||
}
|
}
|
||||||
@@ -467,7 +467,7 @@ public class WaveInfoDialog extends BaseDialog{
|
|||||||
}).margin(12f);
|
}).margin(12f);
|
||||||
if(++i % 3 == 0) p.row();
|
if(++i % 3 == 0) p.row();
|
||||||
}
|
}
|
||||||
}).scrollX(false);
|
}).growX().scrollX(false);
|
||||||
dialog.addCloseButton();
|
dialog.addCloseButton();
|
||||||
dialog.show();
|
dialog.show();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user