mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
Ladybird: Implement zoom :^)
This commit is contained in:
parent
05ef6c9b64
commit
0cc151bc1c
4 changed files with 82 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2022, Andreas Kling <kling@serenityos.org>
|
||||
* Copyright (c) 2023, Linus Groh <linusg@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -42,6 +43,9 @@ public slots:
|
|||
void enable_auto_color_scheme();
|
||||
void enable_light_color_scheme();
|
||||
void enable_dark_color_scheme();
|
||||
void zoom_in();
|
||||
void zoom_out();
|
||||
void reset_zoom();
|
||||
|
||||
private:
|
||||
void debug_request(DeprecatedString const& request, DeprecatedString const& argument = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue