Use the full label text when using scrolling tabs on a Mac. Otherwise, there is too much ellipsis and the labels are undecipherable.

(Note: this and related change r6129 are the first to require Qt4.2.)


git-svn-id: http://svn.osgeo.org/qgis/trunk@6136 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
telwertowski 2006-11-27 19:03:48 +00:00
parent 2f07756c97
commit 1ffcb6e4aa

View File

@ -64,6 +64,7 @@ QgsLabelDialog::QgsLabelDialog ( QgsLabel *label, QWidget *parent )
connect( pbnDefaultFontColor, SIGNAL(clicked()),
this, SLOT(changeFontColor()) );
//added by Tim to force scrolling of tab bar on Mac
tabWidget2->setElideMode(Qt::ElideNone);
tabWidget2->setUsesScrollButtons(true);
}