Console view stuck at unusably small width; possible fix included
Brought to you by:
msw012
Hello,
It appears that the console view in the latest gspice (from source here or from Debian unstable (1.2.36+dfsg-1)) is stuck at too small of a width to be of much use, as seen in the attached screenshot.
After a look at the source code, I was able to fix the issue for myself by changing "oSpan.SetColspan( 1 )" to "oSpan.SetColspan( 7 )" on line 551 in src/main/FrmMain.cpp. If this is not a desirable change, I'm willing to help test around to find a better fix; let me know.
Yes, that's definitely a bug. Fixed in the current code base.
Thank's for your contribution.