mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
Presenter: Increase the minimum widget size
The previous 100x100 size was a bit too small for comfort :^)
This commit is contained in:
parent
677d27d36a
commit
78926c182f
Notes:
sideshowbarker
2024-07-17 03:14:39 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/78926c182f Pull-request: https://github.com/SerenityOS/serenity/pull/17068 Reviewed-by: https://github.com/trflynn89 ✅
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
PresenterWidget::PresenterWidget()
|
PresenterWidget::PresenterWidget()
|
||||||
{
|
{
|
||||||
set_min_size(100, 100);
|
set_min_size(200, 120);
|
||||||
set_fill_with_background_color(true);
|
set_fill_with_background_color(true);
|
||||||
m_web_view = add<WebView::OutOfProcessWebView>();
|
m_web_view = add<WebView::OutOfProcessWebView>();
|
||||||
m_web_view->set_frame_thickness(0);
|
m_web_view->set_frame_thickness(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user