fix(appearance): color picker resize and drag, fixed size, and re-use color picker window if it exists

This commit is contained in:
Ashley Wulber 2023-11-06 14:31:02 -05:00 committed by Ashley Wulber
parent a549e8bb5f
commit e4c47058e0
5 changed files with 389 additions and 232 deletions

View file

@ -27,7 +27,7 @@ git = "https://github.com/pop-os/cosmic-panel"
# cosmic-config = { path = "../libcosmic/cosmic-config" }
[patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "dc8c4a0"}
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "e63ab5f"}
[profile.release]
opt-level = 3