1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:57:44 +00:00

LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own file

This makes this nice line separator widget usable outside toolbars.
Also support both horizontal and vertical orientation. :^)
This commit is contained in:
Andreas Kling 2020-12-30 03:52:27 +01:00
parent 2dc09d1cd7
commit 5b1a6d7c66
5 changed files with 115 additions and 22 deletions

View file

@ -65,6 +65,7 @@ set(SOURCES
RunningProcessesModel.cpp
ScrollBar.cpp
ScrollableWidget.cpp
SeparatorWidget.cpp
ShellSyntaxHighlighter.cpp
Shortcut.cpp
Slider.cpp