diff --git a/doc/snippets/Platform.cpp b/doc/snippets/Platform.cpp index 9a583a789..064262a26 100644 --- a/doc/snippets/Platform.cpp +++ b/doc/snippets/Platform.cpp @@ -163,7 +163,7 @@ struct MyApplication: Platform::Application { MyApplication::MyApplication(const Arguments& arguments): Platform::Application{arguments, Configuration{} .setTitle("My Application") - .setSize({12800, 800})} + .setSize({1280, 800})} { DOXYGEN_ELLIPSIS() }