Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
SpaceCreator
Commits
d1fddb63
Commit
d1fddb63
authored
Sep 14, 2021
by
Alex Diev
Committed by
Guenter Schwann
Sep 14, 2021
Browse files
DVE: Adjust default position of Device graphic item
parent
ba409190
Pipeline
#5734
passed with stage
in 11 minutes and 20 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/libs/shared/graphicsviewutils.h
View file @
d1fddb63
...
@@ -17,7 +17,7 @@ static const QList<Qt::Alignment> kRectSides = { Qt::AlignLeft, Qt::AlignTop, Qt
...
@@ -17,7 +17,7 @@ static const QList<Qt::Alignment> kRectSides = { Qt::AlignLeft, Qt::AlignTop, Qt
static
const
QSizeF
kDefaultGraphicsItemSize
=
{
200
,
80
};
static
const
QSizeF
kDefaultGraphicsItemSize
=
{
200
,
80
};
static
const
QSizeF
kDefaultNodeGraphicsItemSize
=
{
160
,
160
};
static
const
QSizeF
kDefaultNodeGraphicsItemSize
=
{
160
,
160
};
static
const
qreal
kInterfaceLayoutOffset
=
1
2
.0
;
static
const
qreal
kInterfaceLayoutOffset
=
1
7
.0
;
/*!
/*!
* \brief The tolerance used to find an IVInterfaceGraphicsItem on scene (the size of a square used as a search area)
* \brief The tolerance used to find an IVInterfaceGraphicsItem on scene (the size of a square used as a search area)
...
...
src/libs/shared/ui/veconnectionendpointgraphicsitem.cpp
View file @
d1fddb63
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include
"veobject.h"
#include
"veobject.h"
#include
"verectgraphicsitem.h"
#include
"verectgraphicsitem.h"
static
const
int
kSiblingMinDistance
=
20
;
static
const
int
kSiblingMinDistance
=
8
;
namespace
shared
{
namespace
shared
{
namespace
ui
{
namespace
ui
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment