mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
GGroupBox: Improve appearance with new FrameShape::Box style.
This commit is contained in:
parent
f0501a0102
commit
93b76628a5
5 changed files with 25 additions and 5 deletions
|
@ -5,7 +5,7 @@ class Rect;
|
|||
|
||||
enum class ButtonStyle { Normal, CoolBar, OldNormal };
|
||||
enum class FrameShadow { Plain, Raised, Sunken };
|
||||
enum class FrameShape { NoFrame, Container, Panel, VerticalLine, HorizontalLine };
|
||||
enum class FrameShape { NoFrame, Box, Container, Panel, VerticalLine, HorizontalLine };
|
||||
|
||||
class StylePainter {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue