Skip to content

Commit 6a16a94

Browse files
committed
Fixed font size issue in console input for commands with a long signature.
1 parent 1ba44f8 commit 6a16a94

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
- Fixed stats created via the custom attribute not restoring display status between sessions.
9+
- Fixed font size issue in console input for commands with a long signature.
910

1011
## [1.0.3] - 2021-10-31
1112
- Added notice in developer console when C# evaluation is not supported.

Resources/Prefabs/FAB_DevConsole.Instance.prefab

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ MonoBehaviour:
258258
m_Calls: []
259259
m_FontData:
260260
m_Font: {fileID: 12800000, guid: 61d057629b6fec540bfc110719b20b20, type: 3}
261-
m_FontSize: 18
261+
m_FontSize: 16
262262
m_FontStyle: 0
263-
m_BestFit: 1
263+
m_BestFit: 0
264264
m_MinSize: 0
265265
m_MaxSize: 40
266266
m_Alignment: 3
@@ -470,9 +470,9 @@ MonoBehaviour:
470470
m_Calls: []
471471
m_FontData:
472472
m_Font: {fileID: 12800000, guid: 61d057629b6fec540bfc110719b20b20, type: 3}
473-
m_FontSize: 18
473+
m_FontSize: 16
474474
m_FontStyle: 0
475-
m_BestFit: 1
475+
m_BestFit: 0
476476
m_MinSize: 0
477477
m_MaxSize: 40
478478
m_Alignment: 3
@@ -1157,7 +1157,7 @@ RectTransform:
11571157
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
11581158
m_AnchorMin: {x: 0, y: 0}
11591159
m_AnchorMax: {x: 0, y: 0}
1160-
m_AnchoredPosition: {x: 0, y: 0}
1160+
m_AnchoredPosition: {x: 421.41385, y: 0}
11611161
m_SizeDelta: {x: 822.8277, y: 0}
11621162
m_Pivot: {x: 0.5, y: 0.5}
11631163
--- !u!222 &7401132262407597909
@@ -1485,7 +1485,7 @@ MonoBehaviour:
14851485
m_TargetGraphic: {fileID: 6785064031796051863}
14861486
m_HandleRect: {fileID: 4886748047789855361}
14871487
m_Direction: 2
1488-
m_Value: 1
1488+
m_Value: 0
14891489
m_Size: 1
14901490
m_NumberOfSteps: 0
14911491
m_OnValueChanged:
@@ -2226,11 +2226,11 @@ MonoBehaviour:
22262226
m_Calls: []
22272227
m_FontData:
22282228
m_Font: {fileID: 12800000, guid: dcc671b1dab6a8742a382d0ec6205dce, type: 3}
2229-
m_FontSize: 18
2229+
m_FontSize: 16
22302230
m_FontStyle: 0
22312231
m_BestFit: 1
22322232
m_MinSize: 1
2233-
m_MaxSize: 40
2233+
m_MaxSize: 16
22342234
m_Alignment: 3
22352235
m_AlignByGeometry: 0
22362236
m_RichText: 0

0 commit comments

Comments
 (0)