Skip to content

mainWindow: Remove shadow from ScrolledWindow

Our ScrolledWindow was using Gtk.ShadowType.In, causing a nasty border effect on the window. By defaulting to ShadowType.None we get rid of this border.

Here's a before and after:

Before After
Screenshot_from_2019-01-17_09-41-47 Screenshot_from_2019-01-17_09-42-41

Merge request reports