mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-25 05:58:24 +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);
|
stage.setScrollFocus(null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}}).growY();
|
}}).prefWidth(48).growY();
|
||||||
}}).grow();
|
}}).grow();
|
||||||
add(new VisTable() {{
|
add(new VisTable() {{
|
||||||
setBackground(VisUI.getSkin().getDrawable("default-pane"));
|
setBackground(VisUI.getSkin().getDrawable("default-pane"));
|
||||||
|
Loading…
Reference in New Issue
Block a user