linuxmint / mint-themes

Mint-X, Mint-Y..
210 stars 123 forks source link

gtk.Paned handle is drawn off-center #480

Open dacid44 opened 1 month ago

dacid44 commented 1 month ago

I suppose this could technically be a stylistic choice, but it definitely seems like a bug. I use the Mint-Y-Dark-Orange theme on my system and I'm currently developing a gtk4 app. However, I noticed that the split pane layout's handle looks weird. In fact, it's being rendered offcenter. Here is a screenshot of the gtk4 Paned widget demo, with the gtk inspector being used to highlight the bounding box of the handle widget: image It looks the same on the Mint-X theme, and the other color variants, but it looks just fine in every other GTK theme I tried, including the default GTK style. Is this a bug or a stylistic choice?

JosephMcc commented 1 month ago

Just looks a bug. I'll look into it when I get the chance. See if I can fix it for the next release.