mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
TelemetryWidget: set AlignCenter, chasing osx render correctness.
This commit is contained in:
parent
83c920799d
commit
38e521fc1a
@ -12,6 +12,7 @@ TelemetryMonitorWidget::TelemetryMonitorWidget(QWidget *parent) : QGraphicsView(
|
||||
setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
setAlignment(Qt::AlignCenter);
|
||||
setFrameStyle(QFrame::NoFrame);
|
||||
setStyleSheet("background:transparent;");
|
||||
setAttribute(Qt::WA_TranslucentBackground);
|
||||
|
Loading…
x
Reference in New Issue
Block a user