Skip to content
Snippets Groups Projects
Commit 097dcae8 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Increase GraphicsScene size for complex sample construction

parent 6d93e001
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ DesignerScene::DesignerScene(QObject* parent)
m_selectionModel(0), m_proxy(0), m_block_selection(false),
m_aligner(new SampleViewAligner(this))
{
setSceneRect(QRectF(-800, 0, 1600, 1600));
setSceneRect(QRectF(-1600, 0, 3200, 3200));
setBackgroundBrush(DesignerHelper::getSceneBackground());
m_nodeEditor = new NodeEditor(parent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment