Re: [PATCH 3/3] ui/gtk: specify detached window's size and location

2022-05-06 Thread Dongwon Kim
On Fri, May 06, 2022 at 05:34:21PM +0100, Daniel P. Berrangé wrote: > On Tue, May 03, 2022 at 04:33:48PM -0700, Dongwon Kim wrote: > > I saw windows, especially, third and fourth ones are 1/4 size of > > the first when detached regardless of resolutions. > > > > And the position is also pretty ran

Re: [PATCH 3/3] ui/gtk: specify detached window's size and location

2022-05-06 Thread Daniel P . Berrangé
On Tue, May 03, 2022 at 04:33:48PM -0700, Dongwon Kim wrote: > I saw windows, especially, third and fourth ones are 1/4 size of > the first when detached regardless of resolutions. > > And the position is also pretty random and detached windows are usually > placed somewhere on the previous window

Re: [PATCH 3/3] ui/gtk: specify detached window's size and location

2022-05-03 Thread Dongwon Kim
I saw windows, especially, third and fourth ones are 1/4 size of the first when detached regardless of resolutions. And the position is also pretty random and detached windows are usually placed somewhere on the previous window. This patch is to make the sizes same as the original window's and ma

Re: [PATCH 3/3] ui/gtk: specify detached window's size and location

2022-05-03 Thread Daniel P . Berrangé
On Thu, Apr 28, 2022 at 04:13:04PM -0700, Dongwon Kim wrote: > Specify location and size of detached window based on top level > window's location and size info when detachment happens. Can you explain what problem is being solved by this change ? What's wrong with default size/placement logic ?

[PATCH 3/3] ui/gtk: specify detached window's size and location

2022-04-28 Thread Dongwon Kim
Specify location and size of detached window based on top level window's location and size info when detachment happens. Cc: Philippe Mathieu-Daudé Cc: Paolo Bonzini Cc: Gerd Hoffmann Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- ui/gtk.c | 13 + 1 file changed, 13 insertion