We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5fe52 commit 0a1b8adCopy full SHA for 0a1b8ad
app/src/main/groovy/org/jd/gui/view/PreferencesView.groovy
@@ -84,7 +84,7 @@ class PreferencesView implements PreferencesPanel.PreferencesPanelChangeListener
84
int taskBarHeight = scnMax.bottom + scnMax.top
85
int maxHeight = screenSize.height - taskBarHeight
86
87
- int preferredHeight = preferencesPanels.preferredSize.height
+ int preferredHeight = preferencesPanels.preferredSize.height + 2
88
if (preferredHeight > maxHeight)
89
preferredHeight = maxHeight
90
preferencesScrollPane.preferredSize = new Dimension(400, preferredHeight)
0 commit comments