From 786e5d66dfb9c0ccb457755b9a565496fadc7f4e Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:57:46 +0200 Subject: [PATCH] Reorganized skins panel slider layout and optimize spell initialization sequence --- HealBot.lua | 1 + HealBot_Options_Skins.xml | 56 +++++++++++++++++++++++---------------- README.md | 7 +++++ 3 files changed, 41 insertions(+), 23 deletions(-) diff --git a/HealBot.lua b/HealBot.lua index a8bcad5..beecb03 100644 --- a/HealBot.lua +++ b/HealBot.lua @@ -748,6 +748,7 @@ function HealBot_OnUpdate(this,arg1) if InitSpells>2 then local cnt=HealBot_InitSpells(); InitSpells=0; + HealBot_RecalcSpells(); end end if Delay_RecalcParty>0 then diff --git a/HealBot_Options_Skins.xml b/HealBot_Options_Skins.xml index 66190e5..dc77534 100644 --- a/HealBot_Options_Skins.xml +++ b/HealBot_Options_Skins.xml @@ -294,10 +294,13 @@ + + + - + - + @@ -308,10 +311,13 @@ + + + - + - + @@ -321,10 +327,13 @@ + + + - + - + @@ -333,36 +342,37 @@ HealBot_Options_BarAlphaDis_OnValueChanged(this) - - - - - - - - - - - - HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINFHEIGHT,7,18) - HealBot_Options_FontHeight_OnValueChanged(this) - - - + - HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_ABORTSIZE,0,15) + HealBot_Options_val_OnLoad(this,"Abort size",0,15) HealBot_Options_AbortBarSize_OnValueChanged(this) + + + + + + + + + + + + + + HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINFHEIGHT,7,18) + HealBot_Options_FontHeight_OnValueChanged(this) +