all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18129: popup dialogs: bad alignment of buttons
@ 2014-07-28 14:18 Carlos Pita
  2014-08-16 19:03 ` bug#18129: Carlos Pita
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Pita @ 2014-07-28 14:18 UTC (permalink / raw)
  To: 18129

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

See for example the left button produced by this:

(x-popup-dialog t  '("This is a loooooooooooooooooooooooooooooooooooooong
question" ("Yes" . "yes") ("No" . "no")))

While the right button is just by the border of the dialog, the left one is
far from the left border.

Seems to be a maximum width for the stretching of the space between buttons.

Tested in gtk3.

[-- Attachment #2: Type: text/html, Size: 530 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18129: popup dialogs: bad alignment of buttons
       [not found] <mailman.6148.1406557233.1147.bug-gnu-emacs@gnu.org>
@ 2014-08-01  0:18 ` Carlos Pita
  2014-08-02 13:33   ` Jan Djärv
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Pita @ 2014-08-01  0:18 UTC (permalink / raw)
  To: 18129

Carlos Pita <carlosjosepita@gmail.com> writes:

Additional details, just in case (although I've seen the same problem in
any gtk3 installation I used):

In GNU Emacs 24.3.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
 of 2014-07-24 on memeplex
Windowing system distributor `The X.Org Foundation', version 11.0.11502000
Configured using:
 `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
 --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'



> See for example the left button produced by this:
>
> (x-popup-dialog t  '("This is a loooooooooooooooooooooooooooooooooooooong
> question" ("Yes" . "yes") ("No" . "no")))
>
> While the right button is just by the border of the dialog, the left one is
> far from the left border.
>
> Seems to be a maximum width for the stretching of the space between buttons.
>
> Tested in gtk3.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18129: popup dialogs: bad alignment of buttons
  2014-08-01  0:18 ` bug#18129: popup dialogs: bad alignment of buttons Carlos Pita
@ 2014-08-02 13:33   ` Jan Djärv
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Djärv @ 2014-08-02 13:33 UTC (permalink / raw)
  To: Carlos Pita; +Cc: 18129-done

Hello.

I've fixed it in the trunk.

	Jan D.

1 aug 2014 kl. 02:18 skrev Carlos Pita <carlosjosepita@gmail.com>:

> Carlos Pita <carlosjosepita@gmail.com> writes:
> 
> Additional details, just in case (although I've seen the same problem in
> any gtk3 installation I used):
> 
> In GNU Emacs 24.3.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
> of 2014-07-24 on memeplex
> Windowing system distributor `The X.Org Foundation', version 11.0.11502000
> Configured using:
> `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
> --localstatedir=/var --with-x-toolkit=gtk3 --with-xft
> 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
> --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2
> LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'
> 
> 
> 
>> See for example the left button produced by this:
>> 
>> (x-popup-dialog t  '("This is a loooooooooooooooooooooooooooooooooooooong
>> question" ("Yes" . "yes") ("No" . "no")))
>> 
>> While the right button is just by the border of the dialog, the left one is
>> far from the left border.
>> 
>> Seems to be a maximum width for the stretching of the space between buttons.
>> 
>> Tested in gtk3.
> 
> 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18129:
  2014-07-28 14:18 bug#18129: popup dialogs: bad alignment of buttons Carlos Pita
@ 2014-08-16 19:03 ` Carlos Pita
  2014-08-16 21:53   ` bug#18129: Jan D.
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Pita @ 2014-08-16 19:03 UTC (permalink / raw)
  To: 18129

Jan, I'm still seeing this in the latest pretest:


GNU Emacs 24.3.93.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2)
 of 2014-08-16 on localhost





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#18129:
  2014-08-16 19:03 ` bug#18129: Carlos Pita
@ 2014-08-16 21:53   ` Jan D.
  0 siblings, 0 replies; 5+ messages in thread
From: Jan D. @ 2014-08-16 21:53 UTC (permalink / raw)
  To: Carlos Pita; +Cc: 18129@debbugs.gnu.org

As this is not a regression, it is not fixed in the pretest, just the trunk.

      Jan D. 

> 16 aug 2014 kl. 21:03 skrev Carlos Pita <carlosjosepita@gmail.com>:
> 
> Jan, I'm still seeing this in the latest pretest:
> 
> 
> GNU Emacs 24.3.93.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2)
> of 2014-08-16 on localhost





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-16 21:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 14:18 bug#18129: popup dialogs: bad alignment of buttons Carlos Pita
2014-08-16 19:03 ` bug#18129: Carlos Pita
2014-08-16 21:53   ` bug#18129: Jan D.
     [not found] <mailman.6148.1406557233.1147.bug-gnu-emacs@gnu.org>
2014-08-01  0:18 ` bug#18129: popup dialogs: bad alignment of buttons Carlos Pita
2014-08-02 13:33   ` Jan Djärv

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.