Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        ewl_mime_dialog.c 


Log Message:
* Make the mime dialog larger
* Oops - alloc the size for the config dir properly.  I'm amazed this worked.  
God knows what it's been overwriting in mem.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_mime_dialog.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_mime_dialog.c   6 Dec 2005 09:56:11 -0000       1.3
+++ ewl_mime_dialog.c   15 Dec 2005 06:40:24 -0000      1.4
@@ -72,7 +72,7 @@
        Ewl_Widget* button;
        
        ewl_widget_show(layout_box);
-       ewl_object_custom_size_set(EWL_OBJECT(window), 300, 150);
+       ewl_object_minimum_size_set(EWL_OBJECT(window), 400, 150);
        ewl_container_child_append(EWL_CONTAINER(window), layout_box);
 
 
@@ -156,7 +156,7 @@
        mime_tree = ewl_tree_new(2);
 
        ewl_tree_mode_set(EWL_TREE(mime_tree), EWL_TREE_MODE_SINGLE);
-       ewl_object_minimum_size_set(EWL_OBJECT(window), 300, 400);
+       ewl_object_minimum_size_set(EWL_OBJECT(window), 530, 400);
        ewl_window_title_set(EWL_WINDOW(window), "Edit MIME Actions..");
        ewl_container_child_append(EWL_CONTAINER(window), box);
        ewl_container_child_append(EWL_CONTAINER(box), mime_tree);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to