Skip to content

Commit

Permalink
Merge branch 'gui' into role-scrutability
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Jan 12, 2025
2 parents 90168e1 + 24f4b78 commit a3eaa40
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,10 @@ function SKIN:PaintSearchbar(panel, w, h)
)

-- Draw small blue bar on the bottom
drawBox(leftPad, h - sizes.border - bottomPad, w - widthPad, sizes.border, colorBar)
--drawBox(leftPad, h - sizes.border - bottomPad, w - widthPad, sizes.border, colorBar)

-- Draw small blue bar across the top
drawBox(leftPad, topPad, w - widthPad, sizes.border, colorBar)

-- If not focussed draw placeholder text
if panel:GetIsOnFocus() then
Expand Down

0 comments on commit a3eaa40

Please sign in to comment.