Skip to content

Commit

Permalink
refactor: add margins to WhatsNewEmptyPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Aug 2, 2021
1 parent 0e5a351 commit 81f30d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.intellij.openapi.actionSystem.AnAction
import com.intellij.openapi.actionSystem.AnActionEvent
import com.intellij.ui.components.JBLabel
import com.intellij.ui.components.labels.ActionLink
import com.intellij.util.ui.JBUI
import com.intellij.util.ui.UIUtil
import java.awt.Component
import java.awt.Desktop
Expand Down Expand Up @@ -33,6 +34,7 @@ internal class WhatsNewEmptyPanel : JPanel() {
add(label)
add(link)
add(Box.createVerticalGlue())
border = JBUI.Borders.empty(40, 30)
}

private class VisitPageAction : AnAction() {
Expand Down

0 comments on commit 81f30d0

Please sign in to comment.