<div dir="ltr">Hi Jeremy,<div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 11, 2015 at 12:43 AM, Jeremy Murphy <span dir="ltr"><<a href="mailto:jeremy.william.murphy@gmail.com" target="_blank">jeremy.william.murphy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I would like to make what I hope is a very small change to KDevelop 4 because it would help my workflow immensely right now. Or maybe there is a workaround that I didn't know about.</div><div><br></div><div>I want to stop those columns in the Variables tool view from automatically resizing (for any reason). Sometimes it is a convenient feature, but in other situations quite frustrating. Making it configurable would be the ideal solution, but I would like to change it right away to simply stop, at least for my own use.</div><div><br></div><div>I need help because I'm not familiar with Qt.  :)  If someone could give me some hints as to which files to look in, or what the widget is called, that would really kick-start my work.</div></div></blockquote><div><br></div><div>Look for uses of QHeaderView::ResizeToContents in the debugger directory of the kdevplatform git repository. Or for calls of resizeSection in that area - likely on the return value of horizontalHeader of some variable tableview.</div><div><br></div><div>Andreas</div></div></div></div>