Modify the button distance for a text field
Unsolved
QML and Qt Quick
-
Hey,
I try to customize the default interface (Material more exactly) generated when you create a QML project.
I have a problem with the TextFiled from this interface. I can't find where are setup the value for align text from the TextFiled .
I wold like the bottom distance between the text and the TextFile to be 0.
Here is a picture to understand better.
-
Hi! Haven't tried it, but I assume it's the padding property.
-
Thanks, you save my day :)