mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37: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:
parent
2dc09d1cd7
commit
5b1a6d7c66
5 changed files with 115 additions and 22 deletions
|
@ -65,6 +65,7 @@ set(SOURCES
|
|||
RunningProcessesModel.cpp
|
||||
ScrollBar.cpp
|
||||
ScrollableWidget.cpp
|
||||
SeparatorWidget.cpp
|
||||
ShellSyntaxHighlighter.cpp
|
||||
Shortcut.cpp
|
||||
Slider.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue