mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
HackStudio: Move the ProcessStateWidget below the TerminalWidget
This looks a bit less janky when hiding/unhiding.. :^)
This commit is contained in:
@@ -118,11 +118,11 @@ TerminalWrapper::TerminalWrapper(GWidget* parent)
|
||||
{
|
||||
set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
|
||||
m_process_state_widget = ProcessStateWidget::construct(this);
|
||||
|
||||
RefPtr<CConfigFile> config = CConfigFile::get_for_app("Terminal");
|
||||
m_terminal_widget = TerminalWidget::construct(-1, false, config);
|
||||
add_child(*m_terminal_widget);
|
||||
|
||||
m_process_state_widget = ProcessStateWidget::construct(this);
|
||||
}
|
||||
|
||||
TerminalWrapper::~TerminalWrapper()
|
||||
|
||||
Reference in New Issue
Block a user