Set border around welcome dialog
This commit is contained in:
parent
f33dcb9d44
commit
9ac7f9bb99
@ -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>" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user