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