1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1182 second attempt at fixing telemetry monitor widget size too small on Mac

This commit is contained in:
Philippe Renon 2014-01-21 22:51:46 +01:00
parent 3ce504ac6e
commit 0c8756b496

View File

@ -98,7 +98,7 @@ QGraphicsTextItem *createTextItem(QGraphicsSvgItem *parent, QString elementId, Q
MonitorWidget::MonitorWidget(QWidget *parent) :
QGraphicsView(parent), aspectRatioMode(Qt::KeepAspectRatio)
{
// setMinimumWidth(180);
setMinimumSize(180, 25);
QGraphicsScene *scene = new QGraphicsScene();