summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorWooHyun wh0705.jung <wh0705.jung@samsung.com>2015-06-29 14:52:12 +0900
committerGerrit Code Review <gerrit@tizensrc>2015-06-29 14:52:12 +0900
commitda4acbc415e286a0d07614b9b0ca1e4bd106297c (patch)
tree2e248c6d1fef43ec62e6f11fca6e74d3e77c96d8 /mobile/widgets/entry.edc
parent1975b9198f7927282a89c4795a459e6cca9882bc (diff)
parent1475c22c406b1827941dad8f47fea2e364b8271b (diff)
downloadefl-theme-tizen-mobile-da4acbc415e286a0d07614b9b0ca1e4bd106297c.tar.gz
efl-theme-tizen-mobile-da4acbc415e286a0d07614b9b0ca1e4bd106297c.tar.bz2
efl-theme-tizen-mobile-da4acbc415e286a0d07614b9b0ca1e4bd106297c.zip
Merge "entry : deleted unused images" into tizen_2.4
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc22
1 files changed, 0 insertions, 22 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index 014b0c7e..bf7c8801 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -2938,9 +2938,7 @@ group { name: "elm/scroller/entry/default";
}
images {
image: "core_scroll_bar_v.#.png" COMP;
- image: "core_scroll_bar_v_ef.#.png" COMP;
image: "core_scroll_bar_h.#.png" COMP;
- image: "core_scroll_bar_h_ef.#.png" COMP;
}
parts {
part { name: "bg";
@@ -3100,16 +3098,6 @@ group { name: "elm/scroller/entry/default";
color: 2 61 132 178; /*(Changeable UI) color_class: "B071";*/
}
}
- part { name: "vbar_effect";
- clip_to: "sb_vbar_clip";
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- rel1.to: "elm.dragable.vbar";
- rel2.to: "elm.dragable.vbar";
- image.normal: "core_scroll_bar_v_ef.#.png";
- }
- }
part { name: "sb_hbar_clip_master";
type: RECT;
scale: 1;
@@ -3178,16 +3166,6 @@ group { name: "elm/scroller/entry/default";
}
color: 2 61 132 178; /*(Changeable UI) color_class: "B071";*/
}
- part { name: "hbar_effect";
- clip_to: "sb_hbar_clip";
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- rel1.to: "elm.dragable.hbar";
- rel2.to: "elm.dragable.hbar";
- image.normal: "core_scroll_bar_h_ef.#.png";
- }
- }
}
}
programs {