This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH]: don't use insets for filedialogs size
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: Kim Ho <kho at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: Sat, 17 Jan 2004 18:18:24 -0500
- Subject: Re: [PATCH]: don't use insets for filedialogs size
- References: <1074289427.31398.1.camel@tomaluk.toronto.redhat.com> <1074302041.22390.4.camel@localhost>
On Fri, 2004-01-16 at 20:14, Kim Ho wrote:
> On Fri, 2004-01-16 at 16:43, Kim Ho wrote:
> > Hi,
> >
> > This patch takes insets out of the calculation of the file dialog's size
> > (as it is already included in the size request).
> >
> > Cheers,
> >
> > Kim
> >
This looks fine. Please check it in.
Thanks,
Tom
> >
> > 2004-01-16 Kim Ho <kho@redhat.com>
> >
> > * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java
> > (gtkWidgetGetDimensions): Remove.
> > * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
> > (gtkWidgetGetDimensions): Remove.