helpbox: bind gradient of separatorline to user's setting

Origin commit data
------------------
Commit: 903f2ca74d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-04 (Sun, 04 Dec 2016)

Origin message was:
------------------
- helpbox: bind gradient of separatorline to user's setting
This commit is contained in:
vanhofen
2016-12-04 00:48:32 +01:00
parent bfef4ce934
commit f4f832d303
2 changed files with 7 additions and 5 deletions

View File

@@ -82,8 +82,7 @@ public:
///arg 'line_indent' defines begin of line from left border within body object.
///arg 'enable_gradient' enable/disable gradient, Note: default = true, but gradient is only effected, if global/theme gradient settings are enabled!
void addSeparatorLine( const int& line_space = HELPBOX_DEFAULT_LINE_HEIGHT,
const int& line_indent = HELPBOX_DEFAULT_LINE_INDENT,
bool enable_gradient = true);
const int& line_indent = HELPBOX_DEFAULT_LINE_INDENT);
///adds a simple empty separator as horizontal space, arg 'line_space' defines the space of full separator height
void addSeparator( const int& line_space = HELPBOX_DEFAULT_LINE_HEIGHT);