mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 01:10:42 +00:00
Mandelbrot: Use the new Zoom cursor
It makes it really clear now that you can use the mouse to zoom when you see the zoom cursor.
This commit is contained in:
parent
92df9d464a
commit
1da081bf86
Notes:
sideshowbarker
2024-07-18 04:48:02 +09:00
Author: https://github.com/mustafaquraish Commit: https://github.com/SerenityOS/serenity/commit/1da081bf86b Pull-request: https://github.com/SerenityOS/serenity/pull/9718
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto app_icon = GUI::Icon::default_icon("app-mandelbrot");
|
||||
window->set_icon(app_icon.bitmap_for_size(16));
|
||||
window->set_cursor(Gfx::StandardCursor::Zoom);
|
||||
|
||||
return app->exec();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue