|
|
2010-08-27
, 09:27
|
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#12
|
|
|
2010-08-27
, 19:56
|
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#13
|
It seems to me the related module is src/home/hd-title-bar.c and the code is at line 339:
|
|
2010-08-27
, 20:04
|
|
|
Posts: 133 |
Thanked: 51 times |
Joined on Jul 2010
@ Swiss
|
#14
|
|
|
2010-09-01
, 01:58
|
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#15
|
|
|
2010-09-01
, 02:30
|
|
Posts: 1,522 |
Thanked: 391 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#16
|
|
|
2010-09-02
, 10:42
|
|
Posts: 58 |
Thanked: 10 times |
Joined on Jan 2010
|
#17
|
if (BTN_FLAGS[i] & BTN_FLAG_SET_SIZE) { if (!(BTN_FLAGS[i] & BTN_FLAG_ALIGN_RIGHT)) clutter_actor_set_size(priv->buttons[i], HD_COMP_MGR_TOP_LEFT_BTN_WIDTH, HD_COMP_MGR_TOP_LEFT_BTN_HEIGHT); else clutter_actor_set_size(priv->buttons[i], HD_COMP_MGR_TOP_RIGHT_BTN_WIDTH, HD_COMP_MGR_TOP_RIGHT_BTN_HEIGHT); } }