Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
startup size of the mainwindow
Browse files Browse the repository at this point in the history
  • Loading branch information
fruh committed Apr 28, 2017
1 parent 3b465c2 commit 958643b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ private void initGui() {
mainPanel_up.add(p2);
mainPanel.add(mainPanel_up);
mainPanel.add(p3);
mainPanel.setResizeWeight(0.25);

p1.setPreferredSize(new Dimension(100, 200));
p2.setPreferredSize(new Dimension(100, 500));
Expand Down

0 comments on commit 958643b

Please sign in to comment.