mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
This commit is contained in:
parent
8bb75084fd
commit
6a71ba1deb
10 changed files with 37 additions and 13 deletions
|
@ -63,7 +63,7 @@ int main(int argc, char** argv)
|
|||
widget->set_fill_with_background_color(true);
|
||||
widget->set_layout(make<GUI::VBoxLayout>());
|
||||
|
||||
auto splitter = GUI::Splitter::construct(Orientation::Horizontal, widget);
|
||||
auto splitter = GUI::HorizontalSplitter::construct(widget);
|
||||
|
||||
RemoteProcess remote_process(pid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue