Quantcast

Change the default appearance of Ovale.

Johnny C. Lam [05-11-14 - 08:10]
Change the default appearance of Ovale.

Make the icons smaller by default and make the text size larger for
keyboard shortcuts for readability.

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1420 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
OvaleOptions.lua
diff --git a/OvaleOptions.lua b/OvaleOptions.lua
index 0f9e153..c9eb57c 100644
--- a/OvaleOptions.lua
+++ b/OvaleOptions.lua
@@ -1,7 +1,7 @@
 --[[--------------------------------------------------------------------
     Ovale Spell Priority
     Copyright (C) 2012, 2013 Sidoine
-    Copyright (C) 2012, 2013 Johnny C. Lam
+    Copyright (C) 2012, 2013, 2014 Johnny C. Lam

     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License in the LICENSE
@@ -697,15 +697,15 @@ function OvaleOptions:OnInitialize()
 			debug = {},
 			apparence = {
 				enCombat = false,
-				iconScale = 2,
+				iconScale = 1,
 				secondIconScale = 1,
 				margin = 4,
-				fontScale = 0.5,
+				fontScale = 1,
 				iconShiftX = 0,
 				iconShiftY = 0,
-				smallIconScale=1,
-				raccourcis=true,
-				numeric=false,
+				smallIconScale = 0.8,
+				raccourcis = true,
+				numeric = false,
 				avecCible = false,
 				verrouille = false,
 				vertical = false,