AddOnSkins 4.94알파버전의 dbm.lua로 교체
dbm 바간격 기존 최저 13에서 최저 5로 맞춤

따로 편집하고 싶으신 분은 dbm.lua의 48-55라인


if AS:CheckOption('DBMSkinHalf') then
if (not DBT.Options.BarYOffset or DBT.Options.BarYOffset and DBT.Options.BarYOffset < 5) then
DBT.Options.BarYOffset = 5
end

if (not DBT.Options.HugeBarYOffset or DBT.Options.HugeBarYOffset and DBT.Options.HugeBarYOffset < 5) then
DBT.Options.HugeBarYOffset = 5
end

숫자를 원하는 숫자로 모두 바꿔주시면 됍니다.
기존 파일에 덮어쓰기하지마시고 삭제 후 사용하세요.