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

Grouped window list: Spacing is defined by CSS #10669

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

AxXxB
Copy link
Contributor

@AxXxB AxXxB commented Feb 14, 2022

Adding ability to adjust a spacing between app groups via theme CSS. This is done as in window list applet but using following classes:

/* ===================================================================
 * Grouped window list ([email protected])
 * ===================================================================*/
.grouped-window-list-box {
    spacing: 2px;
}
.grouped-window-list-box.vertical {
    spacing: 3px;
}

If there is no spacing defined in CSS, the old value of 6px is used.

Related to #10407

@mtwebster
Copy link
Member

Hi can you squash this into a single commit? It's a small enough set of changes, and all for addressing the same issue.

Thanks

@AxXxB AxXxB force-pushed the grouped-window-list-css-spacing branch from 51562ca to 0d2f33e Compare February 23, 2022 15:43
@AxXxB
Copy link
Contributor Author

AxXxB commented Feb 23, 2022

@mtwebster Sure! Done.

@mtwebster mtwebster merged commit e4d4c64 into linuxmint:master Apr 29, 2022
@AxXxB AxXxB deleted the grouped-window-list-css-spacing branch April 29, 2022 18:02
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