#define INDEX_POPUP_TEXT_HEIGHT_INC 180
#define INDEX_PADDING_SIZE_INC 18
#define INDEX_ITEM_PADDING_SIZE_INC 2
+#define INDEX_SCROLL_BG_COLOR_INC 248 246 239 255
+#define INDEX_SCROLL_BG_LINE_INC 209 207 201 255
#define INDEX_PAGECONTROL_IND_INC 52 9
#define INDEX_PAGECONTROL_IND_MIN_INC 10 9
}
}
images {
- image: "00_fast_scroll_rollover_bg.png" COMP;
image: "00_fast_scroll_popup_bg.png" COMP;
}
parts {
}
}
part { name: "bg";
- type: IMAGE;
+ type: RECT;
clip_to: "clip";
scale: 1;
description { state: "default" 0.0;
rel1.to: "index.top.padding";
rel2.to: "index.bottom.padding";
- image.normal: "00_fast_scroll_rollover_bg.png";
+ color: INDEX_SCROLL_BG_COLOR_INC;
}
}
part { name: "left.line";
to: "bg";
relative: 0.0 1.0;
}
- color: INDEX_DIVIDER_COLOR_INC;
+ color: INDEX_SCROLL_BG_LINE_INC;
}
description { state: "active" 0.0;
inherit: "default" 0.0;
data.item: "stacking" "above";
data.item: "selectraise" "on";
images {
- image: "00_fast_scroll_rollover_bg.png" COMP;
image: "00_fast_scroll_rollover_bg_line_focus.png" COMP;
}
parts {
part { name: "scroll.bg";
- type: IMAGE;
+ type: RECT;
mouse_events: 0;
scale: 1;
description { state: "default" 0.0;
rel1.to: "elm.text";
rel2.to: "elm.text";
- image {
- normal: "00_fast_scroll_rollover_bg.png";
- }
+ color: INDEX_SCROLL_BG_COLOR_INC;
visible: 0;
}
description { state: "active" 0.0;