Re: [Freecol-developers] The size of dialogs

2015-03-12 Thread Caleb Williams
How is that done? I can only find ClientOptions.java, and it would make sense if nothing was there in the first place. Should/can I delete the whole Documents/FreeCol/freecol/options.xml file? On Thu, Mar 12, 2015 at 4:02 PM, Michael T. Pope wrote: > On Thu, 12 Mar 2015 09:36:36 -0500 > Caleb W

Re: [Freecol-developers] The size of dialogs

2015-03-12 Thread Michael T. Pope
On Thu, 12 Mar 2015 09:36:36 -0500 Caleb Williams wrote: > Anyway to set that stuff (panel sizes) back to defaults? Delete the settings from the client options file. Cheers, Mike Pope pgp9OhLFw09Uf.pgp Description: OpenPGP digital signature -

Re: [Freecol-developers] The size of dialogs

2015-03-12 Thread Caleb Williams
On Mar 10, 2015 5:57 AM, "Michael T. Pope" wrote: > > On Tue, 10 Mar 2015 10:54:50 +0100 > win...@genial.ms wrote: > > I feel I need to admit it now, this is the only "BR" I feel strongly about > > and I know that it exists since years (and when getting reminded of it > > always hoping it gets for

Re: [Freecol-developers] image library changes

2015-03-12 Thread winter
Hi, about half of the calls to ImageLibrary methods were already to static methods, but did often go through pains getting access to an object reference and yes, often there are 2 or 4 methods with same name where half is static and half not. I changed it to make that a bit more obvious, the other

Re: [Freecol-developers] The size of dialogs

2015-03-12 Thread Michael T. Pope
On Mon, 9 Mar 2015 23:41:55 +0100 win...@genial.ms wrote: > I'll try to take a closer look at those and see if circular dependencies > can be reduced that way. Since people are discussing code cleanups, here is a suggestion. We still have a few type checking warning suppressions, which I always t