Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size of individual input #26

Closed
lukeirvin opened this issue Mar 27, 2019 · 1 comment
Closed

Size of individual input #26

lukeirvin opened this issue Mar 27, 2019 · 1 comment

Comments

@lukeirvin
Copy link

Is it possible to update the size of the input areas?

I can manage to get the width about accurate based on where I need to place this, but the height of each input area is too small.

@xornorik
Copy link
Owner

Hey @lukeirvin, each input area/box maintains a square shape (aspect ratio 1:1). They conform to the constraints applied to the SVPinView such that the width and height of the input area/box would be set to min(width, height) + the applied padding/margins.

Since there is no scroll, the dimensions are limited by the width and height constraints of the SVPinView.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants