Skip to content

Commit 9beb0f4

Browse files
committed
fix: Close Button Sizes
1 parent d7a5a38 commit 9beb0f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Frames/MangFrames_LookupButtons.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ function MangAdmin:CreateLookupButtons()
221221
color = {color.btn.r, color.btn.g, color.btn.b, transparency.btn}
222222
},
223223
size = {
224-
width = 10,
225-
height = 10
224+
width = 40,
225+
height = 20
226226
},
227227
setpoint = {
228228
pos = "BOTTOMRIGHT",

0 commit comments

Comments
 (0)