Correggi titolo splash screen

This commit is contained in:
Livio Merola
2026-07-28 08:40:17 +02:00
parent b9d0c0f7b9
commit c820261908
9 changed files with 16 additions and 16 deletions
@@ -8,7 +8,7 @@ Public Class SplashForm
Public Sub New()
FormBorderStyle = FormBorderStyle.None
StartPosition = FormStartPosition.CenterScreen
ClientSize = New Size(520, 260)
ClientSize = New Size(560, 260)
BackColor = Color.FromArgb(12, 18, 24)
ShowInTaskbar = False
@@ -31,7 +31,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 24.0F, FontStyle.Bold),
.Left = 205,
.Top = 62,
.Width = 290,
.Width = 335,
.Height = 44
}
Controls.Add(title)
@@ -42,7 +42,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 10.5F),
.Left = 208,
.Top = 112,
.Width = 290,
.Width = 330,
.Height = 28
}
Controls.Add(subtitle)
@@ -53,7 +53,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 9.0F),
.Left = 208,
.Top = 154,
.Width = 290,
.Width = 330,
.Height = 28
}
Controls.Add(versionLabel)