Skip to content

Commit

Permalink
Fix row size
Browse files Browse the repository at this point in the history
  • Loading branch information
setchi committed Jan 11, 2020
1 parent 2fa4689 commit 103fbe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 100}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1865951358068953829
CanvasRenderer:
Expand Down

0 comments on commit 103fbe4

Please sign in to comment.