Skip to content

Fix Improper Decoration Layout For HeaderBar

Christopher Davis requested to merge BrainBlasted/fractal:issue_153 into master

After commit 1db78478 Fractal would display window decorations incorrectly if decorations were set to be on the left, showing on the inner edge of the split. This is because window decorations were only set for the right HeaderBar. This commit makes Fractal detect the GTK setting and set the layout correctly.

Merge request reports