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

Limit indicator icon size on large panel #53

Open
jrbastien opened this issue Nov 26, 2019 · 5 comments
Open

Limit indicator icon size on large panel #53

jrbastien opened this issue Nov 26, 2019 · 5 comments

Comments

@jrbastien
Copy link

Expected behaviour

Indicator icons should be small icons. They are naturally of 28 pixels in height. They should not be as big as dock icons.

Actual behaviour

Since this pull request #43 was introduced, they are way too big if the panel size is over 36 pixels.

Windows10Style

Steps to reproduce the behaviour

Right-click on the panel and set the size to 40 pixels (Windows 10 style task bar). Add dock applet to the panel to compare the size of the icons if you wish.

MATE general version

19.10

Package version

1.22.2

Linux Distribution

Ubuntu Mate

Link to downstream report of your Distribution

@k-pilch
Copy link

k-pilch commented Jan 24, 2024

I solved this on my Ubuntu Mate 22.04 by creating ~/.config/gtk-3.0/gtk.css.
It's not a perfect solution, but works.
Screenshot at 2024-01-25 00-44-27

#fast-user-switch-menubar menuitem {
        padding: 0 0px;
        margin: 0 0px;
}

#fast-user-switch-menubar menuitem image {
        -gtk-icon-transform: scale(0.7);
}

@jrbastien
Copy link
Author

I'm no longer on Mate but thanks for providing a solution.

@raveit65
Copy link
Member

good

@jrbastien
Copy link
Author

I think it is still a bug and this should not be closed. Only a few people will find this workaround and be technical enough to implement it.

@raveit65
Copy link
Member

I don't mind. By the way this is an ubuntu package. They should fix their buggy stuff.

@raveit65 raveit65 reopened this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants