mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ladybird: Add tooltip to reset zoom level button
This commit is contained in:
parent
9e21b3f216
commit
7f3844c048
Notes:
sideshowbarker
2024-07-17 05:01:20 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/7f3844c048 Pull-request: https://github.com/SerenityOS/serenity/pull/18119 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ Tab::Tab(BrowserWindow* window, StringView webdriver_content_ipc_path)
|
|||
m_toolbar->addAction(m_reload_action);
|
||||
m_toolbar->addAction(m_home_action);
|
||||
m_toolbar->addWidget(m_location_edit);
|
||||
m_reset_zoom_button->setToolTip("Reset zoom level");
|
||||
m_reset_zoom_button_action = m_toolbar->addWidget(m_reset_zoom_button);
|
||||
m_reset_zoom_button_action->setVisible(false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue