# HG changeset patch # User Chris Cannam # Date 1177330450 0 # Node ID 6e59a60139b755d3ae4b0979161fa2859eb64c57 # Parent 966639cc7c11ff9c6cefebcf4de14fce5f3b4e4a ... diff -r 966639cc7c11 -r 6e59a60139b7 widgets/PropertyStack.cpp --- a/widgets/PropertyStack.cpp Thu Apr 19 15:19:38 2007 +0000 +++ b/widgets/PropertyStack.cpp Mon Apr 23 12:14:10 2007 +0000 @@ -40,6 +40,10 @@ setTabBar(bar); +// setElideMode(Qt::ElideRight); + setUsesScrollButtons(true); + setIconSize(QSize(16, 16)); + repopulate(); connect(this, SIGNAL(currentChanged(int)),