Skip to content

Commit d9c9c3a

Browse files
committed
Merge pull request processing#3607 from Akarshit/gsoc-CMup
Min size of CM is fixed
2 parents 56b3848 + 16c50ae commit d9c9c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/contrib/ContributionManagerDialog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public void showFrame(final Editor editor, ContributionType contributionType) {
138138

139139
public void makeFrame(final Editor editor) {
140140
dialog = new JFrame(title);
141+
dialog.setMinimumSize(new Dimension(750, 500));
141142
tabbedPane = new JTabbedPane();
142143

143144
makeAndShowTab(false, true);

0 commit comments

Comments
 (0)