mirror of
https://github.com/nqrduck/nqrduck-spectrometer.git
synced 2024-12-30 12:18:09 +00:00
Removed Background color from spectrometer view since this would interfere with the system theme.
This commit is contained in:
parent
36a277c26d
commit
3a455428e5
1 changed files with 2 additions and 2 deletions
|
@ -25,11 +25,11 @@ class SpectrometerView(ModuleView):
|
|||
self.blank = QWidget()
|
||||
|
||||
self._ui_form.stackedWidgetSettings.setStyleSheet(
|
||||
"QStackedWidget { background-color: #fafafa; border: 2px solid #000; }"
|
||||
"QStackedWidget { border: 2px solid #000; }"
|
||||
)
|
||||
|
||||
self._ui_form.stackedWidgetPulseProgrammer.setStyleSheet(
|
||||
"QStackedWidget { background-color: #fafafa; border: 2px solid #000; }"
|
||||
"QStackedWidget { border: 2px solid #000; }"
|
||||
)
|
||||
|
||||
def on_active_spectrometer_changed(self, module):
|
||||
|
|
Loading…
Reference in a new issue