cusax-fix
Emil Ivov 19 years ago
parent 3314e124cf
commit b387e5366d

@ -104,7 +104,7 @@ public WelcomeWindow()
this.loadingPanel.add(bundleLabel, BorderLayout.CENTER);
this.loadingPanel.setAlignmentX(Component.RIGHT_ALIGNMENT);
this.loadingPanel
.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
this.textPanel.add(titleLabel);
this.textPanel.add(versionLabel);

Loading…
Cancel
Save