fixt: skins module for consistent UI element styling

This commit is contained in:
Bluewhale1337
2026-07-25 17:13:03 +02:00
parent 47422f7b3a
commit ea60576e85
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -244,6 +244,7 @@ function S:HandleNextPrevButton(btn, useVertical, inverseDirection)
end
function S:HandleRotateButton(btn)
if not btn then return end
E:SetTemplate(btn, "Default")
E:Size(btn, btn:GetWidth() - 14, btn:GetHeight() - 14)