okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=8f9522ce25890c74c90aa5753af8ecdfbd8924ec

commit 8f9522ce25890c74c90aa5753af8ecdfbd8924ec
Author: Stephen okra Houston <smhousto...@gmail.com>
Date:   Tue Aug 30 17:28:02 2016 -0500

    Ephoto: Use a transition of the directory browser rolling down into the 
button to give users a better hint about how to reshow it.
---
 data/themes/ephoto.edc | 2 ++
 src/bin/ephoto_main.c  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/data/themes/ephoto.edc b/data/themes/ephoto.edc
index 2a194e5..00f3bc7 100644
--- a/data/themes/ephoto.edc
+++ b/data/themes/ephoto.edc
@@ -266,6 +266,8 @@ collections {
             description { state: "hidden" 0.0;
                inherit: "default" 0.0;
                color: 255 255 255 0;
+               rel1.to: "ephoto,controls";
+               rel1.relative: 0.0 0.0;
                visible: 0;
             }
          }
diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c
index d01002e..eb11aee 100644
--- a/src/bin/ephoto_main.c
+++ b/src/bin/ephoto_main.c
@@ -562,7 +562,7 @@ ephoto_window_add(const char *path)
      elm_object_text_set(but, _("Show Folders"));
    evas_object_smart_callback_add(but, "clicked", _folder_icon_clicked, 
ephoto);
    elm_object_tooltip_text_set(but, _("Show Folders"));
-   elm_object_tooltip_orient_set(but, ELM_TOOLTIP_ORIENT_TOP);
+   elm_object_tooltip_orient_set(but, ELM_TOOLTIP_ORIENT_RIGHT);
    elm_box_pack_end(ephoto->statusbar, but);
    evas_object_show(but);
    fold = but;

-- 


Reply via email to