From 10a4cdd27f3d32c6cc95dca6e31590ec2827770f Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 11 May 2023 11:36:18 +0100 Subject: [PATCH] Fixes / OCD Changes :) Slight fixes and o.c.d changes ;-) Matched the width of the splash options to that of the splash screen. Fixed the credits not showing on first load of a new version. r21 is now uploaded to Curseforge. --- SmartBuff.lua | 4 ++-- SmartBuff.xml | 18 +++++++++--------- localization.en.lua | 17 +++++++---------- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/SmartBuff.lua b/SmartBuff.lua index 2bf7c0d..b0a2a65 100644 --- a/SmartBuff.lua +++ b/SmartBuff.lua @@ -8,7 +8,7 @@ SMARTBUFF_DATE = "110523"; -SMARTBUFF_VERSION = "r20."..SMARTBUFF_DATE; +SMARTBUFF_VERSION = "r21."..SMARTBUFF_DATE; SMARTBUFF_VERSIONNR = 100100; SMARTBUFF_TITLE = "SmartBuff"; SMARTBUFF_SUBTITLE = "Supports you in casting buffs"; @@ -3142,7 +3142,7 @@ function SMARTBUFF_Options_Init(self) OG.Tutorial = SMARTBUFF_VERSIONNR; SMARTBUFF_ToggleTutorial(); end - + SmartBuffOptionsCredits_lblText:SetText(SMARTBUFF_CREDITS); -- bugfix, credits now showing at first start SmartBuffWNF_lblText:SetText(SMARTBUFF_WHATSNEW); SmartBuffWNF:Show(); diff --git a/SmartBuff.xml b/SmartBuff.xml index bde154e..013790a 100644 --- a/SmartBuff.xml +++ b/SmartBuff.xml @@ -15,7 +15,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -431,7 +431,7 @@ - + @@ -465,7 +465,7 @@ - + @@ -1408,7 +1408,7 @@