[Bug 78113] listview columns in the watch window shoud not autoresize
Jens Dagerbo
jens.dagerbo at swipnet.se
Tue Apr 20 01:49:05 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=78113
jens.dagerbo swipnet se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jens.dagerbo swipnet se 2004-04-20 01:47 -------
CVS commit by dagerbo:
Don't autoresize watch window columns.
CCMAIL: 78113-done bugs kde org
M +3 -3 variablewidget.cpp 1.37
--- kdevelop/languages/cpp/debugger/variablewidget.cpp #1.36:1.37
@ -150,7 +150,7 @ VariableTree::VariableTree(VariableWidge
QListView::setSelectionMode(QListView::Single);
- addColumn(i18n("Variable"));
- addColumn(i18n("Value"));
- addColumn(i18n("Type"));
+ addColumn(i18n("Variable"), 100 );
+ addColumn(i18n("Value"), 100 );
+ addColumn(i18n("Type"), 100 );
connect( this, SIGNAL(contextMenu(KListView*, QListViewItem*, const QPoint&)),
More information about the KDevelop-devel
mailing list