Merge branch 'fix/click-on-window' into 'master'

Fix: do not force size of window, let user chooses it

See merge request sheepitrenderfarm/client!283
This commit is contained in:
Sheepit Renderfarm
2023-12-19 14:34:10 +00:00

View File

@@ -304,9 +304,6 @@ public class Working implements Activity {
public void resizeWindow() {
parent.revalidate();
parent.repaint();
// Calculate the proper size based on the status of the panels (opened/collapsed)
parent.setSize(GuiSwing.WIDTH, (int) (session_info_panel.getHeight() + global_stats_panel.getHeight() + last_frame_panel.getHeight()) + 400);
}
public void setStatus(String msg_) {