Fixed the spell container size not saving properly, fixed spellbars not being allowed to click

This commit is contained in:
Tercio Jose
2023-04-25 20:47:01 -03:00
parent f413d52b91
commit aad91256a2
3 changed files with 35 additions and 34 deletions
+1 -2
View File
@@ -1419,10 +1419,9 @@ local default_global_data = {
spellcontainer_width = 535,
spellcontainer_height = 311,
spellcontainer_locked = true,
spellcontainer_islocked = true,
--spellline_height = 20,
spellcontainer_headers = {}, --store information about active headers and their sizes
spellcontainer_header_height = 20,
spellcontainer_header_fontsize = 10,