Skip to content

Commit

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

git-svn-id: http://svn.osgeo.org/qgis/trunk@6129 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 27, 2006
1 parent 54ddd76 commit 77c0882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgslabeldialog.cpp
Original file line number Diff line number Diff line change
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 77c0882

Please sign in to comment.