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

Awful dotted lines on borders #150

Closed
jEsuSdA opened this issue Sep 23, 2016 · 7 comments
Closed

Awful dotted lines on borders #150

jEsuSdA opened this issue Sep 23, 2016 · 7 comments

Comments

@jEsuSdA
Copy link

jEsuSdA commented Sep 23, 2016

Hi!

I've detected some awful behavior that appears when any data or information is out of the visible content zone in some applications.

screenshot45

Some dotted lines appear near the borders and this does not look very well and this do not appear in GTK2 apps, so GTK2 and GTK3 behavior is different.

You can see them more clearly here:

screenshot45b

It is possible to remove them?

Thanks for your great theme and your work! ;)

@PeterFeicht
Copy link

That's the GTK3 way of showing that there's something hidden that can be scrolled to. I rather like it, I think it should definitely stay that way.

@jEsuSdA
Copy link
Author

jEsuSdA commented Sep 26, 2016

I think these lines does not add any useful information, because the scrollbars still there.
IMHO, while GTK3 puts these lines, GTK2 does not, so, the behavior between apps is different depends on the GTK version they use, and this breaks consistency. ;)

@PeterFeicht
Copy link

Don't the scroll bars disappear in GTK3 when the mouse doen't move?

@ochosi
Copy link
Member

ochosi commented Sep 28, 2016

Whether the scrollbars are persistent or go away on inactivity (the latter is default) can be configured by setting an environment variable (e.g. Xubuntu disables the Gtk3 scrollbars disappearing). So anyway, this is impossible to get "right" for everyone to some extent, but I feel the lines rather add value than distract or visually disrupt the UI. So for now this is a "won't fix".

@ochosi ochosi closed this as completed Sep 28, 2016
@jEsuSdA
Copy link
Author

jEsuSdA commented Nov 18, 2016

For those who wanted to remove this awful lines, You can remove them editing gtk-3.0/gtk-contained.css and writing at the end of file this:

scrolledwindow undershoot.top, scrolledwindow undershoot.right, scrolledwindow undershoot.bottom, scrolledwindow undershoot.left { background-image: none; }

Cheers!

@hrqmonteiro
Copy link

hrqmonteiro commented Nov 19, 2020

For those who wanted to remove this awful lines, You can remove them editing gtk-3.0/gtk-contained.css and writing at the end of file this:

scrolledwindow undershoot.top, scrolledwindow undershoot.right, scrolledwindow undershoot.bottom, scrolledwindow undershoot.left { background-image: none; }

Cheers!

I don't have a gtk-contained.css file, is this a problem? What should i do? I tried creating one and adding these lines and didn't work.

@dagraver
Copy link

For those who wanted to remove this awful lines, You can remove them editing gtk-3.0/gtk-contained.css and writing at the end of file this:
scrolledwindow undershoot.top, scrolledwindow undershoot.right, scrolledwindow undershoot.bottom, scrolledwindow undershoot.left { background-image: none; }
Cheers!

I don't have a gtk-contained.css file, is this a problem? What should i do? I tried creating one and adding these lines and didn't work.

Put it in a file called '~/.config/gtk-3.0/gtk.css' and it should work.

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

5 participants