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:
parent
b7f9b316ed
commit
bdbea0baeb
4 changed files with 36 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue