-
Notifications
You must be signed in to change notification settings - Fork 42
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
Strange offset of icons undex lxpanel-gtk3 #23
Comments
@FredericGuilbault, could you please provide a screenshot of the panel itself showing the strange icon offsets? |
ib
pushed a commit
to walshb/lxpanel
that referenced
this issue
Dec 22, 2024
When opening multiple windows, the Taskbar plugin does not resize the taskbar buttons if they exceed the available space. Everything to the right of the taskbar slides off the screen instead. Do not set the minimum width to the same value as the natural (i.e. current) width if the width is constrained by the allocated space, but set it to the smallest possible value. This likely fixes github issue lxde#23, reported by FredericGuilbault, fixes github issue lxde#29, reported by johnfound, fixes github issue lxde#63, reported by LiohMoeller, fixes part of https://bugs.debian.org/1052050, fixes https://bugs.debian.org/1052376, and fixes part of https://sourceforge.net/p/lxde/bugs/968. (commit message amended by committer)
ib
pushed a commit
that referenced
this issue
Dec 23, 2024
When opening multiple windows, the Taskbar plugin does not resize the taskbar buttons if they exceed the available space. Everything to the right of the taskbar slides off the screen instead. Do not set the minimum width to the same value as the natural (i.e. current) width if the width is constrained by the allocated space, but set it to the smallest possible value. This likely fixes github issue #23, reported by FredericGuilbault, fixes github issue #29, reported by johnfound, fixes github issue #63, reported by LiohMoeller, fixes part of https://bugs.debian.org/1052050, fixes https://bugs.debian.org/1052376, and fixes part of https://sourceforge.net/p/lxde/bugs/968. (commit message amended by committer)
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, idk if you support lxpanel-gtk3. id so.
I'm using the binary compiled here
https://launchpad.net/~mati75/+archive/ubuntu/lubuntu-testing/
And I have this strange offset in the taskbar plugin
It appends independently of the theme used.
That sound like a padding-left problem of the box. I thought that I could fix it inside a gtkrc file. But with gtk3, lxpanel seems to ignore the file I put in
~/.config/lxpanel/$PROFILE/gtkrc.
What would be the correct way to do this with gtk3 ?
The text was updated successfully, but these errors were encountered: