fix(studio): match skill row selection layout
This commit is contained in:
parent
ffaf593c76
commit
e3fc7ac5ba
3 changed files with 15 additions and 14 deletions
|
|
@ -175,9 +175,6 @@ public class UiClickablePanel : UiPanel
|
|||
{
|
||||
if (UseSelectionBars && BackgroundSprite != 0 && SpriteResolve is { } sr)
|
||||
{
|
||||
if (BackgroundColor.W > 0f)
|
||||
ctx.DrawRect(0, 0, Width, Height, BackgroundColor);
|
||||
|
||||
// Draw the selection highlight as a thin bar at the TOP and BOTTOM of the row.
|
||||
// The sprite (0x06001397) is 300×32 px — we draw it as horizontal strips at
|
||||
// native height (SelectionBarHeight), stretched to full panel width (UV tile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue