mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsButton: Incrase height for btn font
This commit is contained in:
@@ -167,7 +167,7 @@ void CComponentsButton::initCaption()
|
|||||||
//set properties to label object
|
//set properties to label object
|
||||||
if (cc_btn_capt_obj){
|
if (cc_btn_capt_obj){
|
||||||
int cap_w = width - 2*fr_thickness - face_w;
|
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){
|
if (cc_btn_icon_obj){
|
||||||
cc_btn_icon_obj->setXPos(cap_x);
|
cc_btn_icon_obj->setXPos(cap_x);
|
||||||
cap_x += face_w + H_SPACE;
|
cap_x += face_w + H_SPACE;
|
||||||
|
Reference in New Issue
Block a user