Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
756 stars 54 forks source link

Use Clutter.ActorAlign instead of St.Align #429

Closed bbhtt closed 10 months ago

bbhtt commented 10 months ago

St.Align is removed in https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/b45e75c4b99934a8ef12179bd23b1019c0269dbc

Closes https://github.com/Keruspe/GPaste/issues/428

Keruspe commented 10 months ago

Thanks !

Shouldn't it be CENTER for MIDDLE and END for END?

bbhtt commented 10 months ago

Apparently not https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2936#note_1835674 I went by this

I couldn't find docs on the old St api so I couldn't compare.

Keruspe commented 10 months ago

Right, thanks !