doc: Fix link to set_physical_size

This commit is contained in:
Simon Hausmann 2023-08-29 07:02:31 +02:00 committed by GitHub
parent 9c3cba0c50
commit 040019c7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ private:
/// Window::dispatch_close_requested_event().
///
/// - Slint sends requests to change visibility, position, size, etc. via virtual functions such as
/// set_visible(), set_size(), set_position(), or update_window_properties().
/// set_visible(), set_physical_size(), set_position(), or update_window_properties().
/// Re-implement these functions and delegate the requests to the windowing system.
///
/// If the implementation of this bi-directional message passing protocol is incomplete, the user