From 8a2cb0ada9e8899e42877f5dd72d5a4fb281d55c Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sun, 11 May 2014 08:10:36 +0000 Subject: [PATCH] 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 --- OvaleOptions.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, -- 1.7.9.5