DocumentScreen: make the image zoomable

This commit is contained in:
Pierre-Yves Nicolas
2025-06-21 15:39:33 +02:00
parent 5b777e5edc
commit 60d5bc51ef
3 changed files with 17 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ dependencies {
implementation(libs.opencv)
implementation(libs.pdfbox)
implementation(libs.icons.extended)
implementation(libs.zoomable)
testImplementation(libs.junit)
testImplementation(libs.assertj)