Enable padding setting by default
This commit is contained in:
parent
5692404a5b
commit
38ba7dcafb
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ pub struct CropConfig {
|
||||||
impl Default for CropConfig {
|
impl Default for CropConfig {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
max_padding_percent: 30.0,
|
max_padding_percent: 30.0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue