Skip to content

Commit 1ffcb6e

Browse files
author
telwertowski
committedNov 27, 2006
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
1 parent 2f07756 commit 1ffcb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/qgslabeldialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ QgsLabelDialog::QgsLabelDialog ( QgsLabel *label, QWidget *parent )
6464
connect( pbnDefaultFontColor, SIGNAL(clicked()),
6565
this, SLOT(changeFontColor()) );
6666
//added by Tim to force scrolling of tab bar on Mac
67+
tabWidget2->setElideMode(Qt::ElideNone);
6768
tabWidget2->setUsesScrollButtons(true);
6869
}
6970

0 commit comments

Comments
 (0)
Please sign in to comment.