Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Force tab bar scrolling on mac. For me it doesnt make the scroll icon…
…s appear but at least teh tabbar doesnt autoexpand any more

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6129 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 27, 2006
1 parent d56bccc commit 3f645a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgslabeldialog.cpp
Expand Up @@ -22,6 +22,7 @@

#include <QColorDialog>
#include <QFontDialog>
#include <QTabWidget>


const int PIXMAP_WIDTH = 200;
Expand Down Expand Up @@ -62,6 +63,8 @@ QgsLabelDialog::QgsLabelDialog ( QgsLabel *label, QWidget *parent )
this, SLOT(changeBufferColor()) );
connect( pbnDefaultFontColor, SIGNAL(clicked()),
this, SLOT(changeFontColor()) );
//added by Tim to force scrolling of tab bar on Mac
tabWidget2->setUsesScrollButtons(true);
}


Expand Down

0 comments on commit 3f645a2

Please sign in to comment.