Skip to content

Commit

Permalink
making help comment boxes bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 24, 2019
1 parent 5fc2f0e commit bc1879f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wc_utils/workbook/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ def apply_help_comment(self, ws, i_row, i_col):
'visible': False,
'font_name': 'Arial',
'font_size': 10,
'width': 300, # pixels
})

def apply_validation(self, ws, first_row, first_col, last_row, last_col):
Expand Down

0 comments on commit bc1879f

Please sign in to comment.