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:
@@ -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_) {
|
||||
|
||||
Reference in New Issue
Block a user