GP: Remove decoration in Viewport Display panels

This commit is contained in:
Antonio Vazquez 2018-10-05 10:39:02 +02:00
parent e8f135c2cf
commit 8ce5f015dc
1 changed files with 2 additions and 0 deletions

View File

@ -324,6 +324,7 @@ class DATA_PT_gpencil_display(DataButtonsPanel, Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
ob = context.object
@ -355,6 +356,7 @@ class DATA_PT_gpencil_canvas(DataButtonsPanel, Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
gpd = context.gpencil_data
grid = gpd.grid