1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +00:00

Ladybird: Replace StatusBar with ToolTip

This gives the actual webcontent more space to work with,
it also emulates how other browsers does it.

In the future we'd like to do something else since only ToolTip
can be visible at the same time.
This commit is contained in:
Filiph Sandström 2022-07-13 04:39:38 +02:00 committed by Andrew Kaster
parent bfc9057638
commit d1d6a204fc
2 changed files with 9 additions and 4 deletions

View file

@ -10,7 +10,6 @@
#include <LibCore/EventLoop.h>
#include <QAction>
#include <QPlainTextEdit>
#include <QStatusBar>
extern String s_serenity_resource_root;