mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Terminal: Give the terminal widget a sunken container look.
This blends perfectly with the new window frames. :^)
This commit is contained in:
parent
c9951bbe60
commit
565f073796
2 changed files with 21 additions and 14 deletions
|
@ -5,13 +5,13 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <SharedGraphics/GraphicsBitmap.h>
|
||||
#include <SharedGraphics/Rect.h>
|
||||
#include <LibGUI/GWidget.h>
|
||||
#include <LibGUI/GFrame.h>
|
||||
#include <LibCore/CNotifier.h>
|
||||
#include <LibCore/CTimer.h>
|
||||
|
||||
class Font;
|
||||
|
||||
class Terminal final : public GWidget {
|
||||
class Terminal final : public GFrame {
|
||||
public:
|
||||
explicit Terminal(int ptm_fd);
|
||||
virtual ~Terminal() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue