Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Modify the button distance for a text field
-
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 :)