mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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:
parent
f70dcaa6cc
commit
3e970bc2d3
5 changed files with 64 additions and 28 deletions
|
|
@ -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),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue