netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/edi.git/commit/?id=702eb3dacdace710e2025dd2e7d9b231dc4e5f28

commit 702eb3dacdace710e2025dd2e7d9b231dc4e5f28
Author: Alastair Poole <nets...@gmail.com>
Date:   Mon Aug 10 14:23:01 2020 +0100

    welcome: fix pb sizing.
    
    Fix broken sizing due to inadequate developer brain cells.
    
    ...See committer for f00l.
---
 src/bin/screens/edi_welcome.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/screens/edi_welcome.c b/src/bin/screens/edi_welcome.c
index 93cc3ab..5a9617f 100644
--- a/src/bin/screens/edi_welcome.c
+++ b/src/bin/screens/edi_welcome.c
@@ -509,6 +509,8 @@ _edi_welcome_project_details(Evas_Object *naviframe, 
Edi_Template *template)
    elm_table_pack(content, label, _EDI_WELCOME_PROJECT_NEW_TABLE_WIDTH - 4, 
row, 2, 1);
 
    _edi_create_progress = pb = elm_progressbar_add(content);
+   evas_object_size_hint_weight_set(pb, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+   evas_object_size_hint_align_set(pb, EVAS_HINT_FILL, EVAS_HINT_FILL);
    elm_progressbar_pulse_set(pb, EINA_TRUE);
    elm_table_pack(content, pb, _EDI_WELCOME_PROJECT_NEW_TABLE_WIDTH - 4, row, 
2, 1);
 

-- 


Reply via email to