mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
2f07756c97
commit
1ffcb6e4aa
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user