diff options
author | Bill Clark <saikou@vt.edu> | 2015-08-28 18:07:19 -0400 |
---|---|---|
committer | Bill Clark <saikou@vt.edu> | 2015-08-28 18:07:19 -0400 |
commit | d0c6056af91da29f60a228776adf6a2abbcfb26f (patch) | |
tree | fb6bb71301a7eae9417f1686f2c313dd42e0a104 | |
parent | 2bdda83ed96cb906dad7f595d07123b994289a5b (diff) |
qtgui: removed the qproperty hooks for the not yet functional min/max line width size control
-rw-r--r-- | gr-qtgui/themes/projector.qss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/themes/projector.qss b/gr-qtgui/themes/projector.qss index 02ee36f64e..09faac27c2 100644 --- a/gr-qtgui/themes/projector.qss +++ b/gr-qtgui/themes/projector.qss @@ -101,8 +101,6 @@ FrequencyDisplayPlot { qproperty-marker_upper_intensity_visible: false; qproperty-marker_noise_floor_amplitude_color: red; qproperty-marker_noise_floor_amplitude_visible: false; - qproperty-marker_lower_intensity_width: 3; - qproperty-marker_upper_intensity_width: 3; } VectorDisplayPlot { @@ -142,8 +140,6 @@ VectorDisplayPlot { qproperty-marker_upper_intensity_visible: false; qproperty-marker_ref_level_color: red; qproperty-marker_ref_level_visible: false; - qproperty-marker_lower_intensity_width: 3; - qproperty-marker_upper_intensity_width: 3; } ConstellationDisplayPlot { |