From 11abb9f481df066cee70456ed19c666236df1556 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 2 Sep 2017 22:43:06 +0200 Subject: [PATCH] UI, smaller LEDs for cockpit component --- src/blackgui/editors/cockpitcomform.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/blackgui/editors/cockpitcomform.cpp b/src/blackgui/editors/cockpitcomform.cpp index 1e2d156b4..1d9c280a0 100644 --- a/src/blackgui/editors/cockpitcomform.cpp +++ b/src/blackgui/editors/cockpitcomform.cpp @@ -48,6 +48,9 @@ namespace BlackGui connect(ui->sbp_ComPanelTransponder, &QDoubleSpinBox::editingFinished, this, &CCockpitComForm::onGuiChangedCockpitValues); connect(ui->cbp_ComPanelTransponderMode, &CTransponderModeSelector::transponderModeChanged, this, &CCockpitComForm::onGuiChangedCockpitValues); connect(ui->frp_ComPanelSelcalSelector, &CSelcalCodeSelector::valueChanged, this, &CCockpitComForm::onGuiChangedCockpitValues); + + ui->led_ComPanelCom1->setShape(CLedWidget::Rounded); + ui->led_ComPanelCom2->setShape(CLedWidget::Rounded); } CCockpitComForm::~CCockpitComForm()