Set border around welcome dialog

This commit is contained in:
SiboVG 2023-09-17 18:34:31 +02:00
parent f33dcb9d44
commit 9ac7f9bb99

View File

@ -61,6 +61,7 @@ public class WelcomeDialog extends JDialog {
textPane.setContentType("text/html");
textPane.setMargin(new Insets(10, 10, 10, 10));
textPane.putClientProperty(JTextPane.HONOR_DISPLAY_PROPERTIES, true);
textPane.setBorder(GUIUtil.getUITheme().getBorder());
String sb = "<html>" +
MarkdownUtil.toHtml(releaseNotes) + "<br><br>" +