discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=27a798c4f1a61314b7c60b5ea35704ad5c5ce056

commit 27a798c4f1a61314b7c60b5ea35704ad5c5ce056
Author: Stafford Horne <sho...@gmail.com>
Date:   Sat Nov 7 12:11:49 2015 -0500

    e/conf_apps: Fix resizing of "Startup Application" dialog
    
    Summary:
    Currently the config dialog in Apps > Startup Applications does not properly
    resized as one of the objects is not set to horizontal fill.
    
    Test Plan: 1. Resize "Apps > Startup Applications", it should resize the 
list with the window
    
    Reviewers: zmike
    
    Subscribers: cedric, seoz
    
    Differential Revision: https://phab.enlightenment.org/D3296
---
 src/modules/conf_applications/e_int_config_apps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_applications/e_int_config_apps.c 
b/src/modules/conf_applications/e_int_config_apps.c
index 9660ddf..8e02c10 100644
--- a/src/modules/conf_applications/e_int_config_apps.c
+++ b/src/modules/conf_applications/e_int_config_apps.c
@@ -305,7 +305,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata)
 
         cfdata->apps_xdg.o_desc = e_widget_textblock_add(evas);
         e_widget_size_min_set(cfdata->apps_xdg.o_desc, 100, (45 * e_scale));
-        e_widget_table_object_append(ot, cfdata->apps_xdg.o_desc, 0, 1, 2, 1, 
1, 1, 0, 0);
+        e_widget_table_object_append(ot, cfdata->apps_xdg.o_desc, 0, 1, 2, 1, 
1, 1, 1, 0);
 
         cfdata->apps_xdg.o_add = e_widget_button_add(evas, _("Add"), 
"list-add",
                                                      _cb_add, 
&cfdata->apps_xdg, NULL);

-- 


Reply via email to