Refactor the oscilloscope (#5488)
* Rename files * Update code * Remove unused code * Make background a member variable
This commit is contained in:
@@ -159,7 +159,7 @@ GroupBox {
|
||||
|
||||
/* main toolbar oscilloscope - can have transparent bg now */
|
||||
|
||||
VisualizationWidget {
|
||||
Oscilloscope {
|
||||
background: none;
|
||||
border: none;
|
||||
qproperty-normalColor: rgb(71, 253, 133);
|
||||
|
||||
@@ -191,7 +191,7 @@ GroupBox {
|
||||
|
||||
/* main toolbar oscilloscope - can have transparent bg now */
|
||||
|
||||
VisualizationWidget {
|
||||
Oscilloscope {
|
||||
background: none;
|
||||
border: none;
|
||||
qproperty-normalColor: rgb(71, 253, 133);
|
||||
|
||||
Reference in New Issue
Block a user