rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=af991782148a2e0bb62d081966fbead5235ba870

commit af991782148a2e0bb62d081966fbead5235ba870
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Fri Nov 13 13:10:33 2015 +0000

    Main window: hide History block controls.
    
    When Eflete lunched the prorperty layout is shown,
    and History content should be hidden.
    
    @fix
---
 src/bin/ui/main_window.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/ui/main_window.c b/src/bin/ui/main_window.c
index 001fe83..2f27e62 100644
--- a/src/bin/ui/main_window.c
+++ b/src/bin/ui/main_window.c
@@ -190,6 +190,8 @@ ui_main_window_add(void)
    ap.block.property = ui_property_add(ap.win);
    elm_layout_content_set(ap.block.right_top, NULL, ap.block.property);
    ap.block.history = history_ui_add();
+   evas_object_hide(ap.block.history);
+   elm_layout_content_set(ap.block.right_top, NULL, ap.block.property);
    elm_object_part_content_set(ap.panes.right, "right", ap.block.right_top);
 
    ap.menu = ui_menu_add();

-- 


Reply via email to