Top border when maximized

In 10.1.1, when I maximize the window, a white top border appear in the toolbar. This border dissapear if change the windows size a reappear when I maximize again.

How can I hide/change color of this border?

Could you make a screenshot of this “white border”?

sure thing!

and with no border…

You seem to be using a custom color scheme, are you able to reproduce this with the default color scheme?

Hi Nathanr!

The same happen with “redmond” and
another themes. But what I’ve noticed is that with a dark theme, the
border is black and with a light theme the line is white

This didn’t happend with version 10

You’re saying it’s new in 10.1? Does the same problem happen in safe mode? Help > Troubleshooting > Restart in Safe-mode.

Yes, this issue didn’t happen in 10 and I didn’t try 10.0.1 or 10.1.0
For me this is new in from 10 to 10.1.1

The problem still occurs in safe-mode

I’m using windows 10 by the way…

Thanks, I’ve been able to reproduce the bug.

As a workaround you can add the following CSS rule to your color scheme:

#toolbox_main
{
    background: @special;
}

I’ve opened a bug here:

Thanks for reporting!