Skip to content

Commit

Permalink
Use the full label text when using scrolling tabs on a Mac. Otherwise…
Browse files Browse the repository at this point in the history
…, 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
  • Loading branch information
telwertowski committed Nov 27, 2006
1 parent 2f07756 commit 1ffcb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgslabeldialog.cpp
Expand Up @@ -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);
}

Expand Down

0 comments on commit 1ffcb6e

Please sign in to comment.