mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user