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

WIP: Use GtkGridView for albums #480

Draft
wants to merge 9 commits into
base: development
Choose a base branch
from

Conversation

HarryMichal
Copy link

An attempt at moving away from FlowBox to GridView for album lists. Has some rough edges (e.g., layout, stylesheet) but is usable enough. Some commits might be needed to be removed as GridView is not usable everywhere.

Is this the way to go?

GtkGridView requires its immediate parent to be GtkScrolledWindow to
have correct information about available space. Being a child of
GtkOverlay causes the scrolled window to be of the wrong size.
GtkGridView requires its immediate parent to be GtkScrolledWindow to
have correct information about available space. Being a child of
GtkOverlay causes the scrolled window to be of the wrong size.
@HarryMichal HarryMichal marked this pull request as draft March 6, 2022 14:51
@xou816
Copy link
Owner

xou816 commented Mar 11, 2022

Hi! Sorry for the slow response. This sounds like a nice improvement! I'll check out that branch and have a look. Thnaks for working on this!

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.

None yet

2 participants