Skip to content

Commit 5e86aad

Browse files
author
LocalIdentity
committed
Reduce spacing for skill dropdowns
1 parent aad276c commit 5e86aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/CompareTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@ function CompareTabClass:LayoutCalcsSkillControls(vp, compareEntry)
22492249
local colWidth = m_floor((vp.width - 20) / 2)
22502250
local leftX = vp.x + 4
22512251
local rightX = leftX + colWidth + 12
2252-
local labelW = 140
2252+
local labelW = 120
22532253
local controlW = colWidth - labelW - 8
22542254
local rowH = 22
22552255
local y = vp.y + 4

0 commit comments

Comments
 (0)