[gbrainy] Change default toolbar orientation to vertical



commit 364e7e77e044c7f58ec93cb81e33a0b83a94cc5c
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Jun 13 15:00:38 2011 +0200

    Change default toolbar orientation to vertical

 src/Core/Main/Preferences.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/Preferences.cs b/src/Core/Main/Preferences.cs
index 869897b..a80bb7b 100644
--- a/src/Core/Main/Preferences.cs
+++ b/src/Core/Main/Preferences.cs
@@ -136,7 +136,7 @@ namespace gbrainy.Core.Main
 			defaults.Add (MinPlayedGamesKey, "5");
 			defaults.Add (MaxStoredGamesKey, "20");
 			defaults.Add (ToolbarShowKey, true.ToString ());
-			defaults.Add (ToolbarOrientationKey, "0");
+			defaults.Add (ToolbarOrientationKey, "1");
 			defaults.Add (ColorBlindKey, false.ToString ());
 			defaults.Add (ThemeKey, "notebook");
 			defaults.Add (EnglishVersionKey, string.Empty);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]