You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-06 06:07:29 +02:00
fix(mobile): Changes in the UI for the image editor pages (#12018)
* Ui enchancements and fixes * Reruning the github review thing * conflicts fix, apparently * conflicts fix, apparently * Fixed edit.page.dart * Fixed crop page; localization etc * Updated es-US.json; for Localization * Formatting * Changing the es-US.json back * Update en-US.json * localization --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
@ -6,7 +6,7 @@ import 'dart:ui'; // Import the dart:ui library for Rect
|
||||
CropController useCropController() {
|
||||
return useMemoized(
|
||||
() => CropController(
|
||||
defaultCrop: const Rect.fromLTRB(0.1, 0.1, 0.9, 0.9),
|
||||
defaultCrop: const Rect.fromLTRB(0, 0, 1, 1),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user