mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CTextBox: expand parameters of member setTextBorderWidth()
This allows to use different horizontal and vertical width of borders in text boxes. Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -140,7 +140,7 @@ void CComponentsFrmClock::initCCLockItems()
|
||||
lbl->setCornerType(corner_type);
|
||||
|
||||
//set text border to 0
|
||||
lbl->setTextBorderWidth(0);
|
||||
lbl->setTextBorderWidth(0,0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user