Skip to content

Commit

Permalink
edit bg_color docstring description
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Jul 28, 2017
1 parent 6e20d60 commit b7d7d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msl/qt/loop_until_abort.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, title=None, bg_color='#DFDFDF', fg_color='#20548B',
The text to display in the title bar of the dialog window.
If :obj:`None` then uses the name of the subclass as the title.
bg_color : :obj:`str` or :obj:`QColor`
The background color.
The background color of the dialog window.
fg_color : :obj:`str` or :obj:`QColor`
The color of the **Elapsed time** and **Iterations** text.
font_family : :obj:`str`
Expand Down

0 comments on commit b7d7d3d

Please sign in to comment.