Skip to content

Commit d444eca

Browse files
nicolaskruchtenVeraZab
authored andcommitted
undo
1 parent 6c1b2fa commit d444eca

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/default_panels/StyleLayoutPanel.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ const StyleLayoutPanel = (props, {localize: _}) => (
4040
</PlotlyFold>
4141

4242
<PlotlyFold name={_('Title')}>
43-
<TextEditor attr="title.text" />
44-
<FontSelector label={_('Typeface')} attr="title.font.family" clearable={false} />
45-
<Numeric label={_('Font Size')} attr="title.font.size" units="px" />
46-
<ColorPicker label={_('Font Color')} attr="title.font.color" />
47-
<Numeric label={_('Horizontal Position')} showSlider step={0.02} attr="title.x" />
43+
<PlotlySection name={_('Title')} attr="title.text">
44+
<TextEditor attr="title.text" />
45+
<FontSelector label={_('Typeface')} attr="title.font.family" clearable={false} />
46+
<Numeric label={_('Font Size')} attr="title.font.size" units="px" />
47+
<ColorPicker label={_('Font Color')} attr="title.font.color" />
48+
<Numeric label={_('Horizontal Position')} showSlider step={0.02} attr="title.x" />
49+
</PlotlySection>
4850
</PlotlyFold>
4951

5052
<PlotlyFold name={_('Modebar')}>

0 commit comments

Comments
 (0)