Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:
Need a few more pixels in height to accomodate 4 full lines of text without a 
scrollbar.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- e_int_config_modules.c      26 Aug 2007 14:59:58 -0000      1.70
+++ e_int_config_modules.c      27 Aug 2007 03:05:10 -0000      1.71
@@ -152,7 +152,8 @@
    _fill_avail_list(cfdata);
    e_widget_frametable_object_append(of, ow, 0, 0, 1, 1, 1, 1, 1, 1);
    ow = e_widget_textblock_add(evas);
-   e_widget_min_size_set(ow, 200, 65);
+   e_widget_min_size_set(ow, 200, 70);
+   //e_widget_can_focus_set(ow, 0);
    cfdata->o_desc = ow;
    e_widget_textblock_markup_set(ow, "Description: Unavailable.");
    e_widget_frametable_object_append(of, ow, 0, 1, 1, 1, 1, 1, 1, 0);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to