mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
Merge pull request #3607 from Akarshit/gsoc-CMup
Min size of CM is fixed
This commit is contained in:
@@ -138,6 +138,7 @@ public class ContributionManagerDialog {
|
||||
|
||||
public void makeFrame(final Editor editor) {
|
||||
dialog = new JFrame(title);
|
||||
dialog.setMinimumSize(new Dimension(750, 500));
|
||||
tabbedPane = new JTabbedPane();
|
||||
|
||||
makeAndShowTab(false, true);
|
||||
|
||||
Reference in New Issue
Block a user