We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Describe the bug If the game is then resized and auto scale is false, then notifications won't be centered.
Additional context / possible fixes A fix is to slightly change internal API to bind to sceneService.prefWidthProperty()
sceneService.prefWidthProperty()
Start from NotificationServiceProvider, L47.
NotificationServiceProvider, L47
FXGL/fxgl-ui/src/main/kotlin/com/almasb/fxgl/notification/impl/NotificationServiceProvider.kt
Lines 45 to 50 in 43a1a24