Skip to content

Commit 1a72c5a

Browse files
committed
comment style out - minor
1 parent c8d731e commit 1a72c5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plotly/presentation_objs/presentation_objs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def _box(boxtype, text_or_url, left, top, height, width, id, props_attr,
180180
'isQuote': False,
181181
'listType': None,
182182
'paragraphStyle': paragraphStyle,
183-
'defaultText':['Text'],
184183
'size': 4,
185-
'style': copy.deepcopy(paragraph_styles[paragraphStyle])
184+
#'style': copy.deepcopy(paragraph_styles[paragraphStyle])
185+
'style': paragraph_styles[paragraphStyle]
186186
}
187187

188188
props['style'].update(
@@ -193,7 +193,6 @@ def _box(boxtype, text_or_url, left, top, height, width, id, props_attr,
193193
)
194194

195195
elif boxtype == 'Image':
196-
# default height and width of Presentation Image are 512
197196
props = {
198197
'height': 512,
199198
'imageName': None,

0 commit comments

Comments
 (0)