mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-24 21:48:46 +07:00
Fixes issue with COF layers widget not setting width correctly and displaying ellipsis
This commit is contained in:
parent
9ca8cab493
commit
51c6f6c1bc
@ -789,7 +789,7 @@ public class MPQViewer {
|
||||
stage.setScrollFocus(null);
|
||||
}
|
||||
});
|
||||
}}).growY();
|
||||
}}).prefWidth(48).growY();
|
||||
}}).grow();
|
||||
add(new VisTable() {{
|
||||
setBackground(VisUI.getSkin().getDrawable("default-pane"));
|
||||
|
Loading…
Reference in New Issue
Block a user