Extended width of COF layers widget slightly

This commit is contained in:
Collin Smith
2019-10-13 22:47:13 -07:00
parent 51c6f6c1bc
commit 113d765d84

View File

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