Skip to content

Commit 1652cc3

Browse files
committed
UI: help popup display issue
1 parent 91ba698 commit 1652cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/sdl/editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void onlineHelp(Runtime *runtime, TextEditInput *widget) {
121121
}
122122

123123
void showHelpPopup(TextEditHelpWidget *helpWidget) {
124-
helpWidget->showPopup(-12, -4);
124+
helpWidget->showPopup(-8, -2);
125125
}
126126

127127
void showHelpLineInput(TextEditHelpWidget *helpWidget, int width = 35) {

0 commit comments

Comments
 (0)