Skip to content
Snippets Groups Projects
Commit af7c5aec authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧
Browse files

Improve the frame stack column sizes

Use a minimum size (contents) for the depth column in the frame stack
parent 1a0b74a2
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ void KDevelop::FramestackWidget::currentThreadChanged(int thread)
m_threads->selectionModel()->clear();
m_frames->setModel(0);
}
m_frames->header()->setResizeMode(0, QHeaderView::ResizeToContents);
}
void KDevelop::FramestackWidget::currentFrameChanged(int frame)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment