live_view: replace bg image.

This commit is contained in:
Hermet Park 2016-04-15 20:23:35 +09:00
parent c8f5b31b6f
commit 3beb93cf26
4 changed files with 21 additions and 30 deletions

View File

@ -40,7 +40,6 @@ EXTRA_DIST = \
sym_up_light_normal.png \ sym_up_light_normal.png \
vgrad_med_lighter.png \ vgrad_med_lighter.png \
warning.png \ warning.png \
pm_fill.png \
menu.png \ menu.png \
find.png \ find.png \
highlight.png \ highlight.png \
@ -69,18 +68,19 @@ EXTRA_DIST = \
white_bar_vert_glow.png \ white_bar_vert_glow.png \
horizontal_separated_bar_small_glow.png \ horizontal_separated_bar_small_glow.png \
expand.png \ expand.png \
invert.png \ invert.png \
icon_close.png \ icon_close.png \
file_browser.png \ file_browser.png \
edc_navigator.png \ edc_navigator.png \
cursor_arrow.png \ cursor_arrow.png \
navi_group.png \ navi_group.png \
navi_image.png \ navi_image.png \
navi_rect.png \ navi_rect.png \
navi_swallow.png \ navi_swallow.png \
navi_text.png \ navi_text.png \
navi_textblock.png \ navi_textblock.png \
navi_spacer.png \ navi_spacer.png \
navi_unknown.png \ navi_unknown.png \
navi_state.png \ navi_state.png \
navi_program.png navi_program.png \
bg_demo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

View File

@ -7,10 +7,10 @@ images {
image: "bub_over_bot.png" COMP; image: "bub_over_bot.png" COMP;
image: "disabler.png" COMP; image: "disabler.png" COMP;
image: "bevel_out.png" COMP; image: "bevel_out.png" COMP;
image: "pm_fill.png" COMP;
image: "full_logo.png" COMP; image: "full_logo.png" COMP;
image: "cursor_arrow.png" COMP; image: "cursor_arrow.png" COMP;
image: "navi_group.png" COMP; image: "navi_group.png" COMP;
image: "bg_demo.png" COMP;
} }
group { name: "about_layout"; group { name: "about_layout";
@ -1413,28 +1413,19 @@ group { name: "live_edit_layout";
group { name: "viewer_layout_bg"; group { name: "viewer_layout_bg";
parts { parts {
part { name: "clipper"; image { "bg"; nomouse;
type: RECT; desc { "default";
description { state: "default" 0.0; image.normal: "bg_demo.png";
rel1.to: "bg";
rel2.to: "bg";
}
}
part { name: "bg";
type: IMAGE;
description { state: "default" 0.0;
rel1.to: "elm.swallow.content";
rel2.to: "elm.swallow.content";
image.normal: "pm_fill.png";
fill { fill {
size.relative: 0 0; size.relative: 0 0;
size.offset: 64 64; size.offset: 16 16;
} }
rel1.to: "elm.swallow.content";
rel2.to: "elm.swallow.content";
} }
} }
part { name: "elm.swallow.content"; part { name: "elm.swallow.content";
type: SWALLOW; type: SWALLOW;
clip_to: "clipper";
description { state: "default" 0.0; description { state: "default" 0.0;
} }
} }