diff --git a/benchmark/space/__init__.py b/benchmark/space/__init__.py index 3b79321..5d6bc8f 100644 --- a/benchmark/space/__init__.py +++ b/benchmark/space/__init__.py @@ -489,6 +489,10 @@ class BENCHMARK_PT_main(Panel): sub = col.row() sub.scale_y = 1.5 sub.prop(context.scene, "compute_device", text="") + else: + sub = col.row() + sub.scale_y = 1.5 + sub.label(text="") sub = col.row() sub.scale_y = 2.25