mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +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
|
// Add disclaimer
|
||||||
final JLabel lblDisclaimer = new JLabel("<html><center>"
|
final JLabel lblDisclaimer = new JLabel("<html><center>"
|
||||||
+ "Forge is not affiliated in any way with Wizards of the Coast."
|
+ "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>");
|
+ "the GNU Public License.</center></html>");
|
||||||
|
|
||||||
lblDisclaimer.setBounds(0, SplashFrame.DISCLAIMER_TOP, splashWidthPx, SplashFrame.DISCLAIMER_HEIGHT);
|
lblDisclaimer.setBounds(0, SplashFrame.DISCLAIMER_TOP, splashWidthPx, SplashFrame.DISCLAIMER_HEIGHT);
|
||||||
|
|||||||
Reference in New Issue
Block a user