CComponentsButton: Incrase height for btn font

Origin commit data
------------------
Branch: ni/coolstream
Commit: c4bff391a5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-02-21 00:00:45 +01:00
parent 3805a76157
commit 2814582bbe

View File

@@ -167,7 +167,7 @@ void CComponentsButton::initCaption()
//set properties to label object
if (cc_btn_capt_obj){
int cap_w = width - 2*fr_thickness - face_w;
int cap_h = height - 2*fr_thickness - 2*H_SPACE;
int cap_h = height - 2*fr_thickness - H_SPACE;
if (cc_btn_icon_obj){
cc_btn_icon_obj->setXPos(cap_x);
cap_x += face_w + H_SPACE;