forked from qt-creator/qt-creator
Work around wrong click area of output buttons on Mac.
For some reason using push buttons in the status bar will make the clickable area of the buttons too small (half of the button isn't clickable). Using QToolButtons instead. Task-number: QTCREATORBUG-4513 Change-Id: I8b0f97552ec9b2471d570d577522b7ce5f382fb9 Reviewed-on: http://codereview.qt.nokia.com/2193 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
@@ -103,6 +103,7 @@
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QMessageBox>
|
||||
#include <QtGui/QMenuBar>
|
||||
#include <QtGui/QPushButton>
|
||||
|
||||
/*
|
||||
#ifdef Q_OS_UNIX
|
||||
|
||||
Reference in New Issue
Block a user