Skip to content

Commit b268393

Browse files
committed
Fem: Increase size of reference node symbol in rigid body constraint - fixes FreeCAD#14133
1 parent f814ef6 commit b268393

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Mod/Fem/Gui/Resources/symbols/ConstraintRigidBody.iv

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ Separator {
66
Separator {
77

88
Translation {
9-
translation 0 2.5 0
9+
translation 0 3 0
1010
}
1111
Sphere {
12-
radius 0.5
12+
radius 0.3
1313

1414
}
1515
Translation {
16-
translation 0 -1.25 0
16+
translation 0 -1.5 0
1717

1818
}
1919
Cylinder {
20-
radius 0.25
21-
height 2.5
20+
radius 0.15
21+
height 3
2222

2323
}
2424
}
2525
Separator {
2626

2727
Sphere {
28-
radius 0.25
28+
radius 0.5
2929

3030
}
3131
}

0 commit comments

Comments
 (0)