02-15-2013 01:00 AM
Hi all,
I am new guy in blackberry 10. I want to decrease the height of TextField.
Please help me.
Thanks
02-15-2013 03:28 AM
You can use this piece of code
textStyle.lineHeight: 0.8
Or change the preferredHeight of the Label itself.
Hopefully it works!
02-15-2013 04:55 AM
Hi Curahee,
Code is work perfectly but i want basically decrease height of background of TextField.
02-15-2013 04:56 AM - edited 02-15-2013 04:59 AM
Accidentally double posted, please delete. )
02-15-2013 04:57 AM - edited 02-15-2013 04:59 AM
There's an option to hide the background:
And put any other background below it using DockLayout or absolute positioning.