diff options
author | MacDue <macdue@dueutil.tech> | 2023-03-31 21:33:42 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-31 21:46:56 +0100 |
commit | 7f3844c048deff96b903d84920c487fa2a4d97d5 (patch) | |
tree | 2d8c8cbb33846ac8a054dc060f0288ecdf953862 /Ladybird/Tab.cpp | |
parent | 9e21b3f216447d502413bcb8ca7c504ca8211d5d (diff) | |
download | serenity-7f3844c048deff96b903d84920c487fa2a4d97d5.zip |
Ladybird: Add tooltip to reset zoom level button
Diffstat (limited to 'Ladybird/Tab.cpp')
-rw-r--r-- | Ladybird/Tab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ladybird/Tab.cpp b/Ladybird/Tab.cpp index e7a4bc68d7..9fc60a5752 100644 --- a/Ladybird/Tab.cpp +++ b/Ladybird/Tab.cpp @@ -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); |