I don't know, sometimes it shows only 2 lines, sometimes 12. But it is still to small, and I wanted to remove Category and Description fields, so I added a couple of lines to manager CSS file:
.x-panel-body .x-form-item:nth-child(3) { display: none; }
.x-panel-body .x-form-item:nth-child(4) { display: none; }
.x-panel-body .x-form-item:nth-child(5) textarea { resize: vertical; }
I just hope I didn't hide something important in other forms.