mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Massive UI revamping (v7): unify custom widget borders
This commit is contained in:
@@ -51,7 +51,8 @@ XTRXInputGUI::XTRXInputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
m_XTRXInput = (XTRXInput*) m_deviceUISet->m_deviceAPI->getSampleSource();
|
||||
|
||||
ui->setupUi(getContents());
|
||||
getContents()->setStyleSheet("#XTRXInputGUI { border: 1px solid #C06900 }");
|
||||
getContents()->setStyleSheet(QString(tr("#XTRXInputGUI { border: 1px solid %1 }")
|
||||
.arg(palette().highlight().color().darker(115).name())));
|
||||
m_helpURL = "plugins/samplesource/xtrxinput/readme.md";
|
||||
|
||||
float minF, maxF, stepF;
|
||||
|
||||
Reference in New Issue
Block a user