mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-13 11:30:01 +07:00
Fixed sizing of ctrl panel debug buttons
This commit is contained in:
parent
f96505ecb5
commit
458b402abc
@ -539,6 +539,7 @@ public class MPQViewer {
|
||||
optionsPanel.align(Align.left);
|
||||
optionsPanel.pad(4);
|
||||
optionsPanel.add(new VisTable() {{
|
||||
defaults().growX();
|
||||
add(new VisTextButton("1") {{
|
||||
addListener(new ClickListener() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user