1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

Ladybird: Add reset zoom level button to toolbar

This is a port of the Browser feature.
This commit is contained in:
MacDue 2023-03-29 00:25:42 +01:00 committed by Andreas Kling
parent b7f9b316ed
commit bdbea0baeb
4 changed files with 36 additions and 6 deletions

View file

@ -60,7 +60,7 @@ private:
void debug_request(DeprecatedString const& request, DeprecatedString const& argument = "");
void set_current_tab(Tab* tab);
void update_zoom_menu_text();
void update_displayed_zoom_level();
QTabWidget* m_tabs_container { nullptr };
Vector<NonnullOwnPtr<Tab>> m_tabs;