2009/5/9 Enlightenment SVN <[email protected]>: > Log: > fix theme for syscon - was bad... mmkay > > > Author: raster > Date: 2009-05-09 04:03:11 -0700 (Sat, 09 May 2009) > New Revision: 40567 > > Modified: > trunk/e/data/themes/default.edc > > Modified: trunk/e/data/themes/default.edc > =================================================================== > --- trunk/e/data/themes/default.edc 2009-05-09 10:26:12 UTC (rev 40566) > +++ trunk/e/data/themes/default.edc 2009-05-09 11:03:11 UTC (rev 40567) > @@ -10772,7 +10772,7 @@ > part { name: "e.swallow.main"; > type: SWALLOW; > description { state: "default" 0.0; > - fixed: 1 1; > +// fixed: 1 1; > align: 0.5 0.0; > rel1.offset: 12 12; > rel2.relative: 1.0 0.0; > @@ -10794,7 +10794,7 @@ > part { name: "e.swallow.extra"; > type: SWALLOW; > description { state: "default" 0.0; > - fixed: 1 1; > +// fixed: 1 1; > align: 0.5 1.0; > rel1.relative: 0.0 1.0; > rel1.offset: 12 -13; >
Hi raster, the previous patch came from me, i added "fixed: 1 1;" to solve the issue in syscon module with italian translation: buttons partially truncated. Two shots to show the problem (E translated in italian): * before your patch -> http://www.mcalamelli.net/files/syscon_with_fixed.png * current svn -> http://www.mcalamelli.net/files/syscon_without_fixed.png Ciao Massimiliano ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
