mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
LibGUI: Improve GFrame's look for Container shapes.
This is now starting to look like a proper container. Very nice :^)
This commit is contained in:
parent
f939fb7eb7
commit
5d72cf5a3f
7 changed files with 50 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibGUI/GWidget.h>
|
||||
#include <LibGUI/GFrame.h>
|
||||
|
||||
class GProgressBar : public GWidget {
|
||||
class GProgressBar : public GFrame {
|
||||
public:
|
||||
explicit GProgressBar(GWidget* parent);
|
||||
virtual ~GProgressBar() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue