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

How to disable shadows? #13

Closed
vadi2 opened this issue May 23, 2017 · 2 comments
Closed

How to disable shadows? #13

vadi2 opened this issue May 23, 2017 · 2 comments

Comments

@vadi2
Copy link
Contributor

vadi2 commented May 23, 2017

Sublime uses shadows on elements that don't have distinct borders, like the minimap - but it doesn't use them on elements that do, like scrollbars. Edbee however uses them on scrollbars as well which is a little over the top for me - how can I disable the shadows?

gamecreature added a commit that referenced this issue May 23, 2017
@gamecreature
Copy link
Member

Is just added a method to enable/disable the scrollarea shadows

widget->textScrollArea()->enableShadowWidget(bool)

This is no a complete solution. It would nicer if I exposed the 'PrivateShadowWidget' as public interface. (This could enable the customization of the shadow rendering).

@vadi2
Copy link
Contributor Author

vadi2 commented May 24, 2017

Awesome, thanks!

@vadi2 vadi2 closed this as completed May 24, 2017
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

No branches or pull requests

2 participants