summaryrefslogtreecommitdiff
path: root/grc/gui/ParamWidgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/ParamWidgets.py')
-rw-r--r--grc/gui/ParamWidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/ParamWidgets.py b/grc/gui/ParamWidgets.py
index b56eace402..71cb1b7a7d 100644
--- a/grc/gui/ParamWidgets.py
+++ b/grc/gui/ParamWidgets.py
@@ -25,7 +25,7 @@ from . import Utils
style_provider = Gtk.CssProvider()
-style_provider.load_from_data("""
+style_provider.load_from_data(b"""
#dtype_complex { background-color: #3399FF; }
#dtype_real { background-color: #FF8C69; }
#dtype_float { background-color: #FF8C69; }