Commit d09ff470 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Reorder crop and aspect ratio order by commonality

Close #11434
parent a6e1074b
......@@ -98,12 +98,12 @@ static const struct
{ "", N_("Default") },
{ "16:10", "16:10" },
{ "16:9", "16:9" },
{ "4:3", "4:3" },
{ "185:100", "1.85:1" },
{ "221:100", "2.21:1" },
{ "235:100", "2.35:1" },
{ "239:100", "2.39:1" },
{ "5:3", "5:3" },
{ "4:3", "4:3" },
{ "5:4", "5:4" },
{ "1:1", "1:1" },
};
......@@ -114,9 +114,9 @@ static const struct
char psz_label[8];
} p_aspect_ratio_values[] = {
{ "", N_("Default") },
{ "1:1", "1:1" },
{ "4:3", "4:3" },
{ "16:9", "16:9" },
{ "4:3", "4:3" },
{ "1:1", "1:1" },
{ "16:10", "16:10" },
{ "221:100", "2.21:1" },
{ "235:100", "2.35:1" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment