Thanks. Found what I needed from your reply.
On line #2419 in admincp - template.php
Original:
Code:
'template', $templateinfo['template_un'], 20, '5000" style="width:99%', true, true, 'ltr', 'code');
Changed to:
Code:
'template', $templateinfo['template_un'], 36, '5000" style="width:1300px', true, true, 'ltr', 'code');
First number in red is the number of code lines visible (height) and the second number is obviously the width of the template editor.
You will also need to edit these same numbers in red above on lines 2853 & 2871. Just search for "print_textarea_row($vbphrase['template']" in template.php and it will take you to each location.
Each person will have their own specific changes depending on their screen resolution. My screen resolution was 1650x1080. Only took a couple seconds to figure out what changes worked best to maximize the use of the screen space.
It's these little things which will keep my sanity a few days longer. Wish I would have found this a long time ago!!!
-------------------------
Edit: Details above updated.