mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb: Don't show unnecessary scrollbars in WebContentView
This behaves a little weird right now, and will probably require more coordination between the widget and the WebContent process.
This commit is contained in:
parent
9169c8ca94
commit
56126d7a45
Notes:
sideshowbarker
2024-07-19 05:06:01 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/56126d7a452
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
WebContentView::WebContentView()
|
||||
{
|
||||
set_should_hide_unnecessary_scrollbars(true);
|
||||
m_client = WebContentClient::construct(*this);
|
||||
client().post_message(Messages::WebContentServer::UpdateSystemTheme(Gfx::current_system_theme_buffer_id()));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue