mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
CHintBox: fix passed width parameter
Origin commit data
------------------
Commit: 820ea4db3b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-26 (Sun, 26 Feb 2017)
This commit is contained in:
@@ -67,7 +67,7 @@ CHintBox::CHintBox( const neutrino_locale_t Caption,
|
||||
const char * const Picon,
|
||||
const int& header_buttons,
|
||||
const int& text_mode,
|
||||
const int& indent): CComponentsWindow( 0, 0, width,
|
||||
const int& indent): CComponentsWindow( 0, 0, Width,
|
||||
HINTBOX_MIN_HEIGHT,
|
||||
Caption,
|
||||
string(Icon == NULL ? "" : Icon),
|
||||
@@ -84,7 +84,7 @@ CHintBox::CHintBox( const char * const Caption,
|
||||
const char * const Picon,
|
||||
const int& header_buttons,
|
||||
const int& text_mode,
|
||||
const int& indent):CComponentsWindow( 0, 0, width,
|
||||
const int& indent):CComponentsWindow( 0, 0, Width,
|
||||
HINTBOX_MIN_HEIGHT,
|
||||
Caption,
|
||||
string(Icon == NULL ? "" : Icon),
|
||||
@@ -101,7 +101,7 @@ CHintBox::CHintBox( const neutrino_locale_t Caption,
|
||||
const char * const Picon,
|
||||
const int& header_buttons,
|
||||
const int& text_mode,
|
||||
const int& indent):CComponentsWindow( 0, 0, width,
|
||||
const int& indent):CComponentsWindow( 0, 0, Width,
|
||||
HINTBOX_MIN_HEIGHT,
|
||||
Caption,
|
||||
string(Icon == NULL ? "" : Icon),
|
||||
@@ -118,7 +118,7 @@ CHintBox::CHintBox( const char * const Caption,
|
||||
const char * const Picon,
|
||||
const int& header_buttons,
|
||||
const int& text_mode,
|
||||
const int& indent):CComponentsWindow( 0, 0, width,
|
||||
const int& indent):CComponentsWindow( 0, 0, Width,
|
||||
HINTBOX_MIN_HEIGHT,
|
||||
Caption,
|
||||
string(Icon == NULL ? "" : Icon),
|
||||
|
Reference in New Issue
Block a user