TIM-Tool: Fix scroll bug when centering #25

Merged
jaby merged 3 commits from topic/jb/tim-tool_fix-scroll-issue into main 2025-04-08 18:22:39 +00:00
2 changed files with 1291 additions and 379 deletions
Showing only changes of commit a475a0c82d - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -9,15 +9,15 @@ panic = "abort"
[dependencies] [dependencies]
pathdiff = "0.2.3" pathdiff = "0.2.3"
png = "0.17.16" png = "0.17.16"
rfd = "0.15.2" rfd = "0.15.3"
slint = "1.9.2" slint = "1.10.0"
serde = {version = "1.0.140", features = ["derive"]} serde = {version = "1.0.219", features = ["derive"]}
serde_json = "1.0" serde_json = "1.0"
tiny-skia = "0.11.4" tiny-skia = "0.11.4"
tool_helper = {path = "../tool_helper"} tool_helper = {path = "../tool_helper"}
[build-dependencies] [build-dependencies]
slint-build = "1.9.2" slint-build = "1.10.0"
[package.metadata.bundle] [package.metadata.bundle]
name = "TIMTOOL" name = "TIMTOOL"