Skip to content

Commit 4d4133a

Browse files
committed
Tweak to mScopeFilterCombo size
1 parent 512c7df commit 4d4133a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/src/ui/ErrorsPanel.bf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ namespace IDE.ui
447447
float curX = GS!(4);
448448

449449
float scopeSelectW = GS!(140);
450-
mScopeFilterCombo.Resize(curX, btnY + GS!(2), scopeSelectW, btnH);
450+
mScopeFilterCombo.Resize(curX, btnY + GS!(1), scopeSelectW, GS!(24));
451451
curX += scopeSelectW + GS!(4);
452452

453453
float errW = mErrorsToggle.CalcWidth();

0 commit comments

Comments
 (0)