Skip to content

Commit

Permalink
#468 Text can overlap Background Box
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisl committed Jan 27, 2024
1 parent d78de0d commit c01940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collider_shapes/add_bounding_primitive.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def draw_viewport_overlay(self, context):

# backdrop box
box_left = bpy.context.area.width / 2 - 240 / 20 * font_size
box_right = bpy.context.area.width / 2 + 240 / 20 * font_size
box_right = bpy.context.area.width / 2 + 260 / 20 * font_size
box_top = font_size * len(items) * 1.75
box_bottom = 10

Expand Down

0 comments on commit c01940f

Please sign in to comment.