mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue