Skip to content

Commit b5fe6fc

Browse files
authored
Merge pull request #824 from plotly/bug-fixes
small adjustments
2 parents 05f31dd + 0ca9e5c commit b5fe6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_panels/StyleLayoutPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const StyleLayoutPanel = (props, {localize: _}) => (
6969
<ColorPicker label={_('Active Icon Color')} attr="modebar.activecolor" />
7070
<ColorPicker label={_('Background Color')} attr="modebar.bgcolor" />
7171
</PlotlyFold>
72-
<PlotlyFold name={_('Layout')}>
72+
<PlotlyFold name={_('Size and Margins')}>
7373
<VisibilitySelect
7474
attr="autosize"
7575
label={_('Size')}

0 commit comments

Comments
 (0)