Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 431 Bytes

TextScaleTest

This is a project to that is being used to determine how scaling works in relation to TextFields.

Tests

  1. Scale the window larger horizontally only.

    Expected: The TextField stays centered horizontally.

    Actual: The TextField slowly drifts upward and doesn’t stay exactly centered.

Notes: TextWidth decreases while TextHeight increases.

What happens when TextWidth goes to zero?