mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
[img-editor] Added 3:4 aspect ratio to crop options.
This commit is contained in:
@@ -513,6 +513,7 @@ PhotoEditorControls::PhotoEditorControls(
|
|||||||
add(tr::lng_photo_editor_crop_square(tr::now), 1.);
|
add(tr::lng_photo_editor_crop_square(tr::now), 1.);
|
||||||
add(u"3:2"_q, 3. / 2.);
|
add(u"3:2"_q, 3. / 2.);
|
||||||
add(u"16:9"_q, 16. / 9.);
|
add(u"16:9"_q, 16. / 9.);
|
||||||
|
add(u"3:4"_q, 3. / 4.);
|
||||||
add(u"9:16"_q, 9. / 16.);
|
add(u"9:16"_q, 9. / 16.);
|
||||||
add(tr::lng_photo_editor_crop_free(tr::now), 0.);
|
add(tr::lng_photo_editor_crop_free(tr::now), 0.);
|
||||||
const auto button = _cropRatioButton.get();
|
const auto button = _cropRatioButton.get();
|
||||||
|
|||||||
Reference in New Issue
Block a user