UI: 2D Animation: Fix Labelling issue within the 'Cursor' dropdown

Within the 2D Animation workspace, the 'Cursor' dropdown currently displays the 'Display Cursor' incorrectly aligned.

This change fixes the alignment issue.

Reviewed By: #user_interface, #grease_pencil, antoniov

Differential Revision: https://developer.blender.org/D10614
This commit is contained in:
Adrian Newton 2021-04-14 17:55:59 +02:00 committed by Antonio Vazquez
parent b9207fb43d
commit d705335c2b
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ class GreasePencilDisplayPanel:
if self.is_popover:
row = layout.row(align=True)
row.prop(settings, "show_brush", text="")
row.label(text="Display Cursor")
row.prop(settings, "show_brush", text="Display Cursor")
col = layout.column(align=True)
col.active = settings.show_brush