Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/table


Modified Files:
        ewl_table_test.c 


Log Message:
- tabs are a tricky beast. looks like I missed some.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/table/ewl_table_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_table_test.c    6 May 2008 20:18:56 -0000       1.2
+++ ewl_table_test.c    7 May 2008 13:38:20 -0000       1.3
@@ -13,7 +13,7 @@
 {
         test->name = "Table";
         test->tip = "Defines the Ewl_Table class used for\n"
-                       "laying out Ewl_Widget's in an array.";
+                        "laying out Ewl_Widget's in an array.";
         test->filename = __FILE__;
         test->func = create_test;
         test->type = EWL_TEST_TYPE_CONTAINER;
@@ -40,7 +40,7 @@
         ewl_table_attach(EWL_TABLE(table), button[1], 1, 1, 2, 2);
         ewl_object_set_custom_size(EWL_OBJECT(button[1]), 100, 20);
         ewl_object_fill_policy_set(EWL_OBJECT(button[1]),
-                                  EWL_FLAG_FILL_NORMAL);
+                                   EWL_FLAG_FILL_NORMAL);
         ewl_widget_realize(button[1]);
 
         button[2] = ewl_button_new();
@@ -48,7 +48,7 @@
         ewl_table_attach(EWL_TABLE(table), button[2], 1, 1, 3, 3);
         ewl_object_set_custom_size(EWL_OBJECT(button[2]), 100, 20);
         ewl_object_fill_policy_set(EWL_OBJECT(button[2]),
-                                  EWL_FLAG_FILL_NORMAL);
+                                   EWL_FLAG_FILL_NORMAL);
         ewl_widget_show(button[2]);
 
 
@@ -75,7 +75,7 @@
         ewl_table_attach(EWL_TABLE(table), button[6], 2, 2, 4, 4);
         ewl_object_set_custom_size(EWL_OBJECT(button[6]), 100, 20);
         ewl_object_fill_policy_set(EWL_OBJECT(button[6]),
-                                  EWL_FLAG_FILL_NORMAL);
+                                   EWL_FLAG_FILL_NORMAL);
         ewl_widget_realize(button[6]);
 
         button[7] = ewl_button_new();
@@ -83,7 +83,7 @@
         ewl_table_attach(EWL_TABLE(table), button[7], 3, 3, 4, 4);
         ewl_object_set_custom_size(EWL_OBJECT(button[7]), 100, 20);
         ewl_object_fill_policy_set(EWL_OBJECT(button[7]),
-                                  EWL_FLAG_FILL_NORMAL);
+                                   EWL_FLAG_FILL_NORMAL);
         ewl_widget_realize(button[7]);
 
         button[8] = ewl_button_new();
@@ -102,7 +102,7 @@
         ewl_button_label_set(EWL_BUTTON(button[10]), NULL);
         ewl_object_set_custom_size(EWL_OBJECT(button[10]), 100, 20);
         ewl_object_fill_policy_set(EWL_OBJECT(button[10]),
-                                  EWL_FLAG_FILL_NORMAL);
+                                   EWL_FLAG_FILL_NORMAL);
         ewl_table_attach(EWL_TABLE(table), button[10], 4, 4, 4, 4);
         ewl_widget_realize(button[10]);
 
@@ -110,7 +110,7 @@
         ewl_button_label_set(EWL_BUTTON(button[11]), NULL);
         ewl_object_set_custom_size(EWL_OBJECT(button[11]), 100, 20);
         ewl_object_fill_policy_set(EWL_OBJECT(button[11]),
-                                  EWL_FLAG_FILL_NORMAL);
+                                   EWL_FLAG_FILL_NORMAL);
 
         ewl_table_attach(EWL_TABLE(table), button[11], 4, 4, 5, 5);
         ewl_widget_realize(button[11]);



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to