mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CHintBox: fix passed width parameter
This commit is contained in:
@@ -67,7 +67,7 @@ CHintBox::CHintBox( const neutrino_locale_t Caption,
|
|||||||
const char * const Picon,
|
const char * const Picon,
|
||||||
const int& header_buttons,
|
const int& header_buttons,
|
||||||
const int& text_mode,
|
const int& text_mode,
|
||||||
const int& indent): CComponentsWindow( 0, 0, width,
|
const int& indent): CComponentsWindow( 0, 0, Width,
|
||||||
HINTBOX_MIN_HEIGHT,
|
HINTBOX_MIN_HEIGHT,
|
||||||
Caption,
|
Caption,
|
||||||
string(Icon == NULL ? "" : Icon),
|
string(Icon == NULL ? "" : Icon),
|
||||||
@@ -84,7 +84,7 @@ CHintBox::CHintBox( const char * const Caption,
|
|||||||
const char * const Picon,
|
const char * const Picon,
|
||||||
const int& header_buttons,
|
const int& header_buttons,
|
||||||
const int& text_mode,
|
const int& text_mode,
|
||||||
const int& indent):CComponentsWindow( 0, 0, width,
|
const int& indent):CComponentsWindow( 0, 0, Width,
|
||||||
HINTBOX_MIN_HEIGHT,
|
HINTBOX_MIN_HEIGHT,
|
||||||
Caption,
|
Caption,
|
||||||
string(Icon == NULL ? "" : Icon),
|
string(Icon == NULL ? "" : Icon),
|
||||||
@@ -101,7 +101,7 @@ CHintBox::CHintBox( const neutrino_locale_t Caption,
|
|||||||
const char * const Picon,
|
const char * const Picon,
|
||||||
const int& header_buttons,
|
const int& header_buttons,
|
||||||
const int& text_mode,
|
const int& text_mode,
|
||||||
const int& indent):CComponentsWindow( 0, 0, width,
|
const int& indent):CComponentsWindow( 0, 0, Width,
|
||||||
HINTBOX_MIN_HEIGHT,
|
HINTBOX_MIN_HEIGHT,
|
||||||
Caption,
|
Caption,
|
||||||
string(Icon == NULL ? "" : Icon),
|
string(Icon == NULL ? "" : Icon),
|
||||||
@@ -118,7 +118,7 @@ CHintBox::CHintBox( const char * const Caption,
|
|||||||
const char * const Picon,
|
const char * const Picon,
|
||||||
const int& header_buttons,
|
const int& header_buttons,
|
||||||
const int& text_mode,
|
const int& text_mode,
|
||||||
const int& indent):CComponentsWindow( 0, 0, width,
|
const int& indent):CComponentsWindow( 0, 0, Width,
|
||||||
HINTBOX_MIN_HEIGHT,
|
HINTBOX_MIN_HEIGHT,
|
||||||
Caption,
|
Caption,
|
||||||
string(Icon == NULL ? "" : Icon),
|
string(Icon == NULL ? "" : Icon),
|
||||||
|
Reference in New Issue
Block a user