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 ✅
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
PresenterWidget::PresenterWidget()
|
||||
{
|
||||
set_min_size(100, 100);
|
||||
set_min_size(200, 120);
|
||||
set_fill_with_background_color(true);
|
||||
m_web_view = add<WebView::OutOfProcessWebView>();
|
||||
m_web_view->set_frame_thickness(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue