rimmed pushed a commit to branch master.

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

commit 09f083a1b7d632d1f7fc82ed43d1998f175cf872
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Feb 3 15:15:52 2016 +0200

    main_window: set min size to 1366x768
    
    It's a minimal window size for comfortable operation
    
    Change-Id: I46e088b6e7ebe6fe95bec6a67401e5018397cc84
---
 src/bin/ui/main_window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/main_window.c b/src/bin/ui/main_window.c
index 6acd8dc..7a0d6c9 100644
--- a/src/bin/ui/main_window.c
+++ b/src/bin/ui/main_window.c
@@ -140,7 +140,7 @@ ui_main_window_add(void)
 
    bg = elm_bg_add(ap.win);
    elm_win_resize_object_add(ap.win, bg);
-   evas_object_size_hint_min_set(bg, 1024, 600);
+   evas_object_size_hint_min_set(bg, 1366, 768);
    evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    elm_win_focus_highlight_enabled_set(ap.win, false);
    evas_object_show(bg);

-- 


Reply via email to