Hi there,

as I did the current german translation, there are some parts where the
translated text needs more space than the original.
In the "select icon"-dialog the "add to favorites"-button was getting
bigger, but the favorites_frame-table below had a fixed size to the old
table and so the favorites-button was wider than the -frame.
This isn't only ugly, it's a waste of free space.
The patch attached fixes it.
Index: e_widget_fsel.c
===================================================================
RCS file: /var/cvs/e/e17/apps/e/src/bin/e_widget_fsel.c,v
retrieving revision 1.55
diff -u -r1.55 e_widget_fsel.c
--- e_widget_fsel.c     7 Oct 2007 21:22:40 -0000       1.55
+++ e_widget_fsel.c     24 Jan 2008 20:56:52 -0000
@@ -425,7 +425,7 @@
    wd->o_favorites_frame = o;
    e_widget_sub_object_add(obj, o);
    e_widget_min_size_set(o, 128, 128);
-   e_widget_table_object_append(wd->o_table2, o, 0, 1, 1, 1, 0, 1, 0, 1);
+   e_widget_table_object_append(wd->o_table2, o, 0, 1, 1, 1, 1, 1, 0, 1);
 
    o = e_fm2_add(evas);
    wd->o_files_fm = o;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to