Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_filechooser_test.c 


Log Message:
* Fix the alignment of the buttons in the filechooser test-app


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_filechooser_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- etk_filechooser_test.c      10 Mar 2007 03:18:35 -0000      1.5
+++ etk_filechooser_test.c      10 Mar 2007 03:23:42 -0000      1.6
@@ -20,7 +20,7 @@
    etk_dialog_pack_in_main_area(ETK_DIALOG(dialog), filechooser, 
ETK_BOX_START, ETK_BOX_EXPAND_FILL, 0);
    etk_dialog_button_add_from_stock(ETK_DIALOG(dialog), 
ETK_STOCK_DOCUMENT_OPEN, 1);
    etk_dialog_button_add_from_stock(ETK_DIALOG(dialog), 
ETK_STOCK_DIALOG_CLOSE, 2);
-   //etk_dialog_action_area_alignment_set(ETK_DIALOG(dialog), 1.0);
+   etk_dialog_action_area_alignment_set(ETK_DIALOG(dialog), 1.0);
    
    etk_widget_show_all(dialog);
 }



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