mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Massive UI revamping (v7): unify custom widget borders
This commit is contained in:
@@ -52,7 +52,8 @@ BladeRF2InputGui::BladeRF2InputGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
uint64_t f_min, f_max;
|
||||
|
||||
ui->setupUi(getContents());
|
||||
getContents()->setStyleSheet("#Bladerf2InputGui { border: 1px solid #C06900 }");
|
||||
getContents()->setStyleSheet(QString(tr("#Bladerf2InputGui { border: 1px solid %1 }")
|
||||
.arg(palette().highlight().color().darker(115).name())));
|
||||
m_helpURL = "plugins/samplesource/bladerf2input/readme.md";
|
||||
|
||||
m_sampleSource->getFrequencyRange(f_min, f_max, step, scale);
|
||||
|
||||
Reference in New Issue
Block a user