hotkey - improve ui.

This commit is contained in:
ChunEon Park 2014-02-22 15:42:17 +09:00
parent 9178443524
commit 496444ffc0
3 changed files with 18 additions and 1 deletions

View File

@ -67,4 +67,5 @@ EXTRA_DIST = \
save.png \
lines.png \
setting.png \
status.png
status.png \
hotkey_inset_light.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

View File

@ -4,6 +4,10 @@ styles {
}
}
images {
image: "hotkey_inset_light.png" COMP;
}
group { name: "viewer_layout";
parts {
part { name: "prev_clipper";
@ -293,6 +297,18 @@ group { name: "main_layout";
align: 0.5 1;
}
}
part { name: "hotkey_overlay";
type: IMAGE;
scale: 1;
mouse_events: 0;
description { state: "default" 0.0;
rel1.to: "elm.swallow.hotkeys";
rel2.to: "elm.swallow.hotkeys";
image.normal: "hotkey_inset_light.png";
image.border: 0 0 0 1;
image.border_scale: 1;
}
}
part { name: "elm.swallow.panes";
type: SWALLOW;
scale: 1;