Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : apps/examine
Dir : e17/apps/examine/src
Modified Files:
examine.c
Log Message:
Tweak the theme preview slightly.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- examine.c 25 May 2004 17:01:56 -0000 1.15
+++ examine.c 28 May 2004 16:29:07 -0000 1.16
@@ -322,6 +322,9 @@
strcat(file, next->d_name);
tmp = ewl_image_new(file, (char *) prop_item->data);
+ ewl_object_set_preferred_size(EWL_OBJECT(tmp), 60, 60);
+ ewl_object_set_fill_policy(EWL_OBJECT(tmp), EWL_FLAG_FILL_NONE);
+ ewl_object_set_alignment(EWL_OBJECT(tmp), EWL_FLAG_ALIGN_CENTER);
ewl_widget_show(tmp);
free(file);
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs