UI: expand more image editor scope panels by default

Better to show all information about the image at once, there is enough space
since they are in their own category.
This commit is contained in:
Brecht Van Lommel 2019-05-19 19:33:01 +02:00
parent bb2d20c545
commit 5adb3607dc
1 changed files with 0 additions and 3 deletions

View File

@ -1493,7 +1493,6 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, Panel):
bl_region_type = 'UI'
bl_category = "Scopes"
bl_label = "Waveform"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
@ -1511,7 +1510,6 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, Panel):
bl_region_type = 'UI'
bl_category = "Scopes"
bl_label = "Vectorscope"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
@ -1526,7 +1524,6 @@ class IMAGE_PT_sample_line(ImageScopesPanel, Panel):
bl_region_type = 'UI'
bl_category = "Scopes"
bl_label = "Sample Line"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout