Skip to content

Fix gap between control and frame

Fabian Vogt requested to merge work/fixframe into master

7e678c34 removed the offsets from all sides, but that created a gap at the right and bottom edges. This is because the frame is actually just 1px on each side, but Frame_FrameWidth didn't match that.

Before:

Screenshot_20201115_160657

After:

Screenshot_20201115_160615

Edited by Fabian Vogt

Merge request reports