Skip to content

Issue #9980: Restore border around GimpOffsetArea in Canvas Resize UI

Alx Sa requested to merge alxsa-gimpoffsetarea-styling into master

This patch attempts to resolve #9980 (closed).

It adds a new class "gimp-offset-area-frame" to the frame around the GimpOffsetArea in the various Canvas Resize dialogues. This allows theme designers to re-add the border and background coloring that indicated the size of the canvas relative to the layer. Since GimpOffsetArea is a GtkDrawingArea widget, it does not register CSS values. Instead, the frame surrounding it has the CSS class applied to it.

canvas-resize-borders

Feedback welcome!

Edited by Alx Sa

Merge request reports