mirror of
https://github.com/nqrduck/nqrduck-spectrometer.git
synced 2024-11-09 12:30:01 +00:00
Changed style.
This commit is contained in:
parent
6c01242112
commit
17cc3837eb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class SpectrometerView(ModuleView):
|
|||
)
|
||||
|
||||
self._ui_form.stackedWidgetPulseProgrammer.setStyleSheet(
|
||||
"QStackedWidget { background-color: #fafaaa; border: 2px solid #000; }"
|
||||
"QStackedWidget { background-color: #fafafa; border: 2px solid #000; }"
|
||||
)
|
||||
|
||||
def on_active_spectrometer_changed(self, module):
|
||||
|
|
Loading…
Reference in a new issue