mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-1182 second attempt at fixing telemetry monitor widget size too small on Mac
This commit is contained in:
parent
3ce504ac6e
commit
0c8756b496
@ -98,7 +98,7 @@ QGraphicsTextItem *createTextItem(QGraphicsSvgItem *parent, QString elementId, Q
|
|||||||
MonitorWidget::MonitorWidget(QWidget *parent) :
|
MonitorWidget::MonitorWidget(QWidget *parent) :
|
||||||
QGraphicsView(parent), aspectRatioMode(Qt::KeepAspectRatio)
|
QGraphicsView(parent), aspectRatioMode(Qt::KeepAspectRatio)
|
||||||
{
|
{
|
||||||
// setMinimumWidth(180);
|
setMinimumSize(180, 25);
|
||||||
|
|
||||||
QGraphicsScene *scene = new QGraphicsScene();
|
QGraphicsScene *scene = new QGraphicsScene();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user