Fixes issue with COF layers widget not setting width correctly and displaying ellipsis

This commit is contained in:
Collin Smith 2019-10-13 22:45:30 -07:00
parent 9ca8cab493
commit 51c6f6c1bc

View File

@ -789,7 +789,7 @@ public class MPQViewer {
stage.setScrollFocus(null);
}
});
}}).growY();
}}).prefWidth(48).growY();
}}).grow();
add(new VisTable() {{
setBackground(VisUI.getSkin().getDrawable("default-pane"));