patch 9.1.1412: tests: Test_tabpanel_tabonly() fails on larger screens

Problem:  tests: Test_tabpanel_tabonly() fails on larger screens
Solution: re-generate screendump file for 78 column large terminal

closes: #17376

Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/testdir/test_tabpanel.vim b/src/testdir/test_tabpanel.vim
index 6aaae63..46ebe3b 100644
--- a/src/testdir/test_tabpanel.vim
+++ b/src/testdir/test_tabpanel.vim
@@ -488,7 +488,7 @@
   END
   call writefile(lines, 'XTest_tabpanel_tabonly', 'D')
 
-  let buf = RunVimInTerminal('-S XTest_tabpanel_tabonly', {'rows': 10, 'cols': 80})
+  let buf = RunVimInTerminal('-S XTest_tabpanel_tabonly', {'rows': 10, 'cols': 78})
   call VerifyScreenDump(buf, 'Test_tabpanel_only_0', {})
   call term_sendkeys(buf, ":tabonly\<CR>")
   call VerifyScreenDump(buf, 'Test_tabpanel_only_1', {})