Interface mockup 15

This commit is contained in:
Dion Moult
2026-05-11 09:17:45 +10:00
parent 5cd4dbf603
commit b79070456f
21 changed files with 556 additions and 88 deletions
-1
View File
@@ -299,7 +299,6 @@ QWidget* MainWindow::buildPanelsRibbonPage() {
void MainWindow::setupRibbon() {
auto* shell = new QFrame(this);
shell->setObjectName("ribbonShell");
auto* shell_layout = new QVBoxLayout(shell);
shell_layout->setContentsMargins(0, 0, 0, 0);