blob: 90105f92fd8410389fba0822aad55ff5e2a23d88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- *NOTE: mantipov: top & height should be synchronized with <favorites_bar> in the panel_navigation_bar.xml-->
<!-- All buttons in the Favorites bar will be created from this one -->
<button
follows="left|bottom"
font_halign="center"
halign="center"
height="15"
image_disabled="transparent.j2c"
image_disabled_selected="transparent.j2c"
image_selected="transparent.j2c"
image_unselected="transparent.j2c"
image_hover_selected="Favorite_Link_Over"
image_hover_unselected="Favorite_Link_Over"
image_pressed="Favorite_Link_Over"
image_pressed_selected="Favorite_Link_Over"
hover_glow_amount="0.15"
label_shadow="false"
layout="topleft"
left="0"
name="favorites_bar_btn"
pad_bottom="-1"
pad_left="11"
pad_right="7"
tab_stop="false"
pad_right="10"
pad_left="10"
top="0"
use_ellipses="true"
width="140" />
|