Skip to content

Commit

Permalink
frameY
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Jan 26, 2024
1 parent 3a16826 commit 4d01f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Cooldowns/Frames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function CraftSim.COOLDOWNS.FRAMES:Init()

content.cooldownList = GGUI.FrameList {
parent = content, anchorParent = content, anchorA = "TOPLEFT", anchorB = "TOPLEFT", offsetY = -60, offsetX = 20,
showBorder = true, sizeY = 140, selectionOptions = { noSelectionColor = true, hoverRGBA = CraftSim.CONST.JUST_HOVER_FRAMELIST_HOVERRGBA },
showBorder = true, sizeY = 147, selectionOptions = { noSelectionColor = true, hoverRGBA = CraftSim.CONST.JUST_HOVER_FRAMELIST_HOVERRGBA },
columnOptions = {
{
label = L(LID.COOLDOWNS_CRAFTER_HEADER),
Expand Down

0 comments on commit 4d01f5a

Please sign in to comment.