David B. Williams
David B. Williams

Reputation: 99

Spacing around text in textfield

UI I am buldingI am trying to mimic a JavaFX program (see attached image) that I've already implemented for my client. He wants the same look for consistency.

How do I increase the space around the username and password text in the TextFields?

Upvotes: 0

Views: 50

Answers (1)

Diamond
Diamond

Reputation: 7483

Style your TextField UIID to have padding of about 2mm.

enter image description here

Upvotes: 1

Related Questions