mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 13:15:06 +00:00
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
This commit is contained in:
parent
dccf335d5b
commit
799b0a4fa8
49 changed files with 114 additions and 114 deletions
|
@ -43,7 +43,7 @@ StatusBar::StatusBar(int label_count, Widget* parent)
|
|||
{
|
||||
set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||
set_preferred_size(0, 20);
|
||||
set_layout(make<HBoxLayout>());
|
||||
set_layout(make<HorizontalBoxLayout>());
|
||||
layout()->set_margins({ 2, 2, 2, 2 });
|
||||
layout()->set_spacing(2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue