[gbrainy] Smaller font for multioptions to make possible larger options
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gbrainy] Smaller font for multioptions to make possible larger options
- Date: Sun, 3 Jan 2010 08:38:38 +0000 (UTC)
commit 059b1ecf6c03f2f9149f7a977d0ca5b0de340a82
Author: Jordi Mas <jmas softcatala org>
Date: Sun Jan 3 09:39:31 2010 +0100
Smaller font for multioptions to make possible larger options
src/Core/Main/Verbal/AnalogiesMultipleOptions.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/Verbal/AnalogiesMultipleOptions.cs b/src/Core/Main/Verbal/AnalogiesMultipleOptions.cs
index 42ff5ca..87d3a4d 100644
--- a/src/Core/Main/Verbal/AnalogiesMultipleOptions.cs
+++ b/src/Core/Main/Verbal/AnalogiesMultipleOptions.cs
@@ -110,7 +110,9 @@ namespace gbrainy.Core.Main.Verbal
gr.MoveTo (0.1, y);
gr.ShowPangoText (Catalog.GetString ("Possible answers are:"));
- y += 0.12;
+ gr.SetPangoNormalFontSize ();
+
+ y += 0.15;
x += 0.05;
for (int n = 0; n < current.answers.Length; n++)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]