CComponentsFrmClock: set text border width to 0

Origin commit data
------------------
Branch: ni/coolstream
Commit: 587db33bbd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-06-12 00:38:37 +02:00
parent 73bd5928e5
commit 558a1bf6b2

View File

@@ -142,6 +142,9 @@ void CComponentsFrmClock::initCCLockItems()
//set corner properties of label item //set corner properties of label item
lbl->setCornerRadius(corner_rad-fr_thickness); lbl->setCornerRadius(corner_rad-fr_thickness);
lbl->setCornerType(corner_type); lbl->setCornerType(corner_type);
//set text border to 0
lbl->setTextBorderWidth(0);
} }
} }