Jeff, I found it at line 3361 on my install...
Changed it, saved it, ran it, it works as expected. MUCH more legible! Thanks a lot, Clint [EMAIL PROTECTED] wrote: > > Message: 3 > Date: Tue, 20 Nov 2007 07:49:54 -0600 > From: Jeff Epler <[EMAIL PROTECTED]> > Subject: Re: [Emc-users] Axis display colors > To: "Enhanced Machine Controller (EMC)" > <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > In the next version, that text will be white on brown instead of black > on brown. I think it is an improvement to legibility. > > If you are using an installed package, you can make the same change in > your installed version by modifying the file /usr/bin/axis (e.g., with > sudo gedit /usr/bin/axis) around line 3370: > > Change this line: > t.tag_configure("executing", background="#804040") > > To this: > t.tag_configure("executing", background="#804040", foreground="#ffffff") > > you can also experiment with different foreground and background colors > by modifying this line in other ways, but be aware that when you install > a bugfix or upgrade for emc this file will be overwritten. > > Jeff > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
