diff options
Diffstat (limited to 'Penguloon/Controls/MessageBox.cs')
| -rw-r--r-- | Penguloon/Controls/MessageBox.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Penguloon/Controls/MessageBox.cs b/Penguloon/Controls/MessageBox.cs index 6736132..861120e 100644 --- a/Penguloon/Controls/MessageBox.cs +++ b/Penguloon/Controls/MessageBox.cs @@ -27,10 +27,10 @@ namespace Penguloon.Controls this.BackgroundDisabled = ContentManager.GetTexture("UI/msgBoxBackground"); this.Text = text; - this.Font = ContentManager.GetFont("Fonts/GWENT/48"); - this.ForeColor = Color.White; - this.BorderColor = Color.Black; - this.BorderWidth = 2; + this.Font = ContentManager.GetFont("Fonts/GWENT/52"); + this.ForeColor = Color.Gray; + this.BorderColor = Color.Gray; + this.BorderWidth = 0; this.TextAllignment = TextAllignment.CenterTop; this.PaddingTop = 35; |
