File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class FlexLayoutConfig : ScriptableObject
9
9
[ Tooltip ( "If true, this configuration will be used by FlexLayout nodes that do not have a configuration set explicitly." ) ]
10
10
[ SerializeField ] private bool _isDefaultConfig = false ;
11
11
12
- [ Tooltip ( "Yoga will by deafult round final layout positions and dimensions to the nearst point.\n "
12
+ [ Tooltip ( "Yoga will by default round final layout positions and dimensions to the nearst point.\n "
13
13
+ "'Point Scale Factor' controls the density of the grid used for layout rounding (e.g. to round to the closest display pixel).\n "
14
14
+ "Set this to 0 to avoid rounding the layout results." ) ]
15
15
[ SerializeField , Min ( 0 ) ] private float _pointScaleFactor = 1f ;
You can’t perform that action at this time.
0 commit comments