-
Notifications
You must be signed in to change notification settings - Fork 426
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
GUI: Add padding to devices scrollable view #2266
Comments
A solution is to just remove the "shadow" around the scrolling region and add a horizontal line just above it. PR #2268 does this. |
Yeah, that's absolutely possible as long as the scrollability is easy to detect. |
As you say, the remaining issue is how to easily determine whether the configuration panel is scrollable. Just having the shadow doesn't do that well, in my opinion. If the scroll bar was visible when the window first comes up if there is non-visible bits that would do the trick. |
The problem is that there does not seem to be a way in GTK to have the scrollbar "line" always be visible. It fades away under various circumstances but comes back when useful. But the "shadow" around the scrolling region isn't indicative that there is a scrolling region. So I think removing the "shadow" is a good idea as it helps with the left and top margins. |
When you do hit the top or bottom there is a stop indicator that shows up briefly. |
The second screenshots shows an improvement to the status quo. However, giving a hint that a view is scrollable seems not the strength of GTK. Let's merge this. |
Today I discovered, that Ubuntu seems to add a slight inner shadow to the edge, which hides scrollable content. So the solution should be perfect on Ubuntu 👍 |
Information
Is your feature request related to a problem? Please describe.
The latest GUI misses some whitespace on the scrollable view visible on the screenshot below. The
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: