mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
This commit is contained in:
parent
63364f8a5d
commit
d67da8c101
Notes:
sideshowbarker
2024-07-19 09:41:40 +09:00
Author: https://github.com/awesomekling
Commit: d67da8c101
50 changed files with 128 additions and 114 deletions
|
@ -34,7 +34,7 @@
|
|||
ProcessMemoryMapWidget::ProcessMemoryMapWidget(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
set_layout(make<GVBoxLayout>());
|
||||
layout()->set_margins({ 4, 4, 4, 4 });
|
||||
m_table_view = GTableView::construct(this);
|
||||
m_table_view->set_size_columns_to_fit_content(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue