[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] var-type-dialog: Convert to a GObject.
From: |
Ben Pfaff |
Subject: |
Re: [PATCH] var-type-dialog: Convert to a GObject. |
Date: |
Sat, 11 Aug 2012 10:53:27 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Thanks, I pushed this to master.
Next, I'll look at the other two dialogs.
John Darrington <address@hidden> writes:
> This looks good. There are a few packing properties which could
> be adjusted, but those can be done later.
>
> J'
>
> On Wed, Aug 08, 2012 at 11:30:28PM -0700, Ben Pfaff wrote:
> The one issue I can't figure out is why this changes the look of
> the dialog box so that its height is the total height of all of
> the widgets in the "middlebox", rather than the maximum height
> actually needed.
>
> Now that the dialog inherits (ultimately) from PsppireWindowBase,
> its geometry is "remembered" from the last time it ran.
Oh, gosh, it would have taken me ages to figure that out. Should
we come up with a way to disable that, or do you think that it's
actually desirable?