Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_normal_view.c 


Log Message:
Add the blue back into the label

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_normal_view.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ephoto_normal_view.c        25 Feb 2007 04:30:57 -0000      1.6
+++ ephoto_normal_view.c        25 Feb 2007 04:47:38 -0000      1.7
@@ -22,6 +22,8 @@
         ewl_widget_show(em->fbox);
 
        em->ilabel = add_label(em->fbox_vbox, "Image Information");
+       ewl_object_fill_policy_set(EWL_OBJECT(em->ilabel), EWL_FLAG_FILL_HFILL);
+       ewl_widget_state_set(em->ilabel, "colored", EWL_STATE_PERSISTENT);
 
        return em->fbox_vbox;
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to