Fixed bad alignment of device selection

This commit is contained in:
2018-08-07 10:04:15 +02:00
parent c98955b3ff
commit 23ca9b0759

View File

@@ -444,7 +444,6 @@ class BENCHMARK_PT_main(Panel):
sub = col.row()
sub.scale_y = 1.5
sub.prop(context.scene, "compute_device", text="")
sub.separator()
sub = col.row()
sub.scale_y = 2.25