Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/examples/esmart/container


Modified Files:
        main.cpp 


Log Message:
- changed object creation from father to child

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/examples/esmart/container/main.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- main.cpp    10 Jul 2007 21:38:09 -0000      1.2
+++ main.cpp    14 Aug 2007 20:58:03 -0000      1.3
@@ -34,7 +34,7 @@
     buttontext->setLayer( 11 );
 
     EvasEsmartContainer* vbox = new EvasEsmartContainer( 50, 50, 
EvasEsmartContainer::Vertical, evas );
-    vbox->resize( 100, 100 );
+    vbox->resize( 150, 100 );
     vbox->setLayer( 20 );
     vbox->setAlignment( EvasEsmartContainer::Right );
     //vbox->setPadding( 10, 10, 10, 10 );



-------------------------------------------------------------------------
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