netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=fa81b3ab79bf73dfc3414fe5c8aaf68b551aa1ad

commit fa81b3ab79bf73dfc3414fe5c8aaf68b551aa1ad
Author: Alastair Poole <nets...@gmail.com>
Date:   Sun Jun 28 19:42:38 2020 +0100

    memory: window size.
    
    Too big, make smaller.
---
 src/bin/ui/ui_memory.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/ui/ui_memory.c b/src/bin/ui/ui_memory.c
index e660476..7d4d53d 100644
--- a/src/bin/ui/ui_memory.c
+++ b/src/bin/ui/ui_memory.c
@@ -190,8 +190,7 @@ ui_win_memory_add(Ui *ui)
    evas_object_show(table);
 
    rect = evas_object_rectangle_add(evas_object_evas_get(win));
-   evas_object_size_hint_max_set(rect, MISC_MAX_WIDTH, -1);
-   evas_object_size_hint_min_set(rect, MISC_MIN_WIDTH, 1);
+   evas_object_size_hint_min_set(rect, MISC_MAX_WIDTH / 2, 1);
 
    elm_table_pack(table, rect, 0, 0, 1, 1);
    elm_table_pack(table, border, 0, 0, 1, 1);

-- 


Reply via email to