Skip to content

Commit

Permalink
increase color tab height
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Sep 5, 2024
1 parent 7983fc6 commit fbdd294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menu/ColorTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function ColorTab:Create()

self.window = CUF:CreateFrame("CUF_Menu_Color", Menu.window,
sectionWidth,
335, true)
400, true)
self.window:SetPoint("TOPLEFT", Menu.tabAnchor, "TOPLEFT")

self:CreateImportExport()
Expand Down

0 comments on commit fbdd294

Please sign in to comment.