Raid groupSpacing overlaps when running 2 rows, increase range to 200 #2170


Open
  • d_a_m_m_e_ created this issue Feb 10, 2025

    groupSpacing Raid "Group row spacing" has default setting 

    min = -50, max = 50, step = 1,

     

    Makes raid group overlap if you run 2 rows with 4 in each with auras etc. Increase this to 200 to be able to separate the rows.

    groupSpacing = {
    	order = 9,
    	type = "range",
    	name = L["Group row spacing"],
    	desc = L["How much spacing should be between each new row of groups."],
    	min = -200, max = 200, step = 1,
    	arg = "groupSpacing",
    	hidden = function(info) return info[2] ~= "raid" or not ShadowUF.db.profile.units.raid.frameSplit end,
    },
    

     

  • d_a_m_m_e_ edited description Feb 10, 2025

To post a comment, please login or register a new account.