Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Feb 23, 2024
1 parent 4f95b5e commit 1659678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties
/.idea/inspectionProfiles/Project_Default.xml
2 changes: 1 addition & 1 deletion image-toolbox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ afterEvaluate {
create<MavenPublication>("mavenJava") {
groupId = "com.github.t8rin"
artifactId = "imageToolboxLibs"
version = "1.0.4"
version = "1.0.5"
from(components["release"])
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fun ImageColorDetector(
} else Offset.Unspecified
},
magnifierCenter = {
globalTouchPosition - Offset(0f, 200f)
globalTouchPosition - Offset(0f, 100.dp.toPx())
},
size = DpSize(height = 100.dp, width = 100.dp),
zoom = 2f / zoomState.scale,
Expand Down

0 comments on commit 1659678

Please sign in to comment.