Terminal strip layout editor : add preview of terminal strip layout

This commit is contained in:
joshua
2023-09-18 22:28:30 +02:00
committed by Laurent Trinques
parent 8ca1e0487e
commit 12b7c7c47c
5 changed files with 216 additions and 159 deletions

View File

@@ -44,6 +44,5 @@ void TerminalStripProjectConfigPage::initWidgets()
auto v_layout = new QVBoxLayout { this };
v_layout->addWidget(m_layout_editor);
v_layout->addStretch();
setLayout(v_layout);
}