GP: Remove decoration in Viewport Display panels

This commit is contained in:
Antonioya
2018-10-05 10:39:02 +02:00
parent e8f135c2cf
commit 8ce5f015dc

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