Skip to content

Commit 0809661

Browse files
scrollbar pos n scale
1 parent 11f06a1 commit 0809661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/editors/charter/CharterEventScreen.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CharterEventScreen extends UISubstateWindow {
6161
eventsList.add(new EventButton(i, CharterEvent.generateEventIcon(i), k, this, eventsList));
6262
add(eventsList);
6363

64-
scrollBar = new UIScrollBar(windowSpr.x, windowSpr.y, windowSpr.height, 0, windowSpr.width);
64+
scrollBar = new UIScrollBar(windowSpr.x + windowSpr.width - 20, windowSpr.y + windowSpr.bHeight, windowSpr.height, 0, 20, windowSpr.height - windowSpr.bHeight);
6565
add(scrollBar);
6666

6767
paramsPanel = new FlxGroup();

0 commit comments

Comments
 (0)