Skip to content

GtkPaned child alignment depends on reading direction

Child alignment should be controllable via child settings, independent of the LTR/RTL setting of the paned widget itself.

For Users reading LTR, the left edge of the child should always be visible. When reading RTL, the right edge of the child must remain visible.

Default aligment was changed to reflect same behaviour as with Gtk2.

Closes: #1634 Signed-off-by: Fredy Paquet fredy@opag.ch

Merge request reports