move ui panels to the right

This commit is contained in:
2026-06-14 13:00:10 +02:00
parent 10c5ad678f
commit 123c544423
3 changed files with 34 additions and 33 deletions

View File

@@ -59,7 +59,7 @@ private:
SelectedBuildingPanel* m_selectedBuildingPanel;
BuildButtonGrid* m_buildButtonGrid;
BlueprintPanel* m_blueprintPanel;
QWidget* m_bottomPanel;
QWidget* m_sidePanel;
std::vector<ShipLayoutBlueprint> m_layoutBlueprints;
};