Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove black border around dext #132

Closed
wants to merge 1 commit into from
Closed

remove black border around dext #132

wants to merge 1 commit into from

Conversation

brpaz
Copy link
Contributor

@brpaz brpaz commented Dec 10, 2016

In #119 , I described a situation that happens in Linux with a black border around dext.
Here is a screenshot: Imgur

I found it is caused by width: 99% specified in App.js. Any reason for that value? I have put it 100% and remove the margin-left and it fixes the black border issue.

Not sure if it will have any other impacts. Please take a look.

Thank you.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.356% when pulling b26bc38 on brpaz:remove-black-border into c309a2f on vutran:develop.

Copy link
Member

@adnasa adnasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
cc @vutran

@vutran
Copy link
Member

vutran commented Dec 10, 2016

It was set to 99% to allow some spacing on the side. That enabled us to have sharp edges on Mac systems.

@brpaz
Copy link
Contributor Author

brpaz commented Dec 11, 2016

@vutran yes, I thought that value was there for a reason. Still, It have that ugly effect on Linux.

@vutran
Copy link
Member

vutran commented Dec 11, 2016

I'm guessing we may have to toy around with Electron's BrowserWindow config to see if we can remove that black background.

If you have time, feel free to submit something that can fix this but preserve the option to have squared edges on Macs. Otherwise, I'll take a look at this issue this week to see what we can do to resolve that issue.

@vutran vutran mentioned this pull request Dec 14, 2016
@vutran
Copy link
Member

vutran commented Dec 14, 2016

@brpaz I've published a PR #134 which should fix the issue with the black borders on Linux machines. Let me know if that branch works for you.

@vutran
Copy link
Member

vutran commented Dec 23, 2016

I think we can close this commit as this has been addressed in #134 to support both sharp/rounded edges.

@vutran vutran closed this Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants