From 8f08150d8ff97eeccf99396d79d63c736216ecd0 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Thu, 10 May 2012 08:58:15 +0000 Subject: use white to make text readable (#5676) --- common/plymouth/mga.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/plymouth/mga.script b/common/plymouth/mga.script index 0ea310b..875d907 100644 --- a/common/plymouth/mga.script +++ b/common/plymouth/mga.script @@ -202,7 +202,7 @@ fun display_password_callback (prompt, bullets) dialog_opacity(1); motif.sprite.SetOpacity(0); - dialog.prompt_sprite.SetImage(Image.Text(prompt, 0, 0, 0.2)); + dialog.prompt_sprite.SetImage(Image.Text(prompt, 1, 1, 1)); for (index = 0; dialog.bullet[index] || index < bullets; index++) { @@ -225,7 +225,7 @@ fun display_password_callback (prompt, bullets) fun display_message_callback (prompt) { -prompt = Image.Text(prompt, 0, 0, 0.2); +prompt = Image.Text(prompt, 1, 1, 1); sprite_prompt.SetImage(prompt); sprite_prompt.SetPosition(Window.GetX() + (Window.GetWidth() - prompt.GetWidth()) / 2, Window.GetY() + Window.GetHeight() * 0.93, 2); } @@ -334,4 +334,4 @@ fun quit_callback () } } -Plymouth.SetQuitFunction(quit_callback); \ No newline at end of file +Plymouth.SetQuitFunction(quit_callback); -- cgit v1.2.1