Sounds like your notebook has a high resolution display. The window is exactly the amount of pixels you want, but the display DPI is higher, so the window appears smaller, i.e. when you disable DPI scaling, everything will appear tiny.
SFML currently lacks some proper high DPI handling. You can however just scale the view and make the window larger to display everything larger.