mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
fixed a text spacing issue in SplashFrame
This commit is contained in:
@@ -94,7 +94,7 @@ public class SplashFrame extends JFrame {
|
||||
// Add disclaimer
|
||||
final JLabel lblDisclaimer = new JLabel("<html><center>"
|
||||
+ "Forge is not affiliated in any way with Wizards of the Coast."
|
||||
+ "<br>Forge is open source software, released under"
|
||||
+ "<br>Forge is open source software, released under "
|
||||
+ "the GNU Public License.</center></html>");
|
||||
|
||||
lblDisclaimer.setBounds(0, SplashFrame.DISCLAIMER_TOP, splashWidthPx, SplashFrame.DISCLAIMER_HEIGHT);
|
||||
|
||||
Reference in New Issue
Block a user