mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsFrmClock: set text border width to 0
This commit is contained in:
@@ -142,6 +142,9 @@ void CComponentsFrmClock::initCCLockItems()
|
||||
//set corner properties of label item
|
||||
lbl->setCornerRadius(corner_rad-fr_thickness);
|
||||
lbl->setCornerType(corner_type);
|
||||
|
||||
//set text border to 0
|
||||
lbl->setTextBorderWidth(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user