DisplayConfig defaults button should whack the padding back to 0
This commit is contained in:
parent
3b181ba6e4
commit
e2a36c7242
|
@ -371,6 +371,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
rbFinalFilterBilinear.Checked = true;
|
||||
checkLetterbox.Checked = true;
|
||||
rbUseSystem.Checked = true;
|
||||
txtCropLeft.Text = "0";
|
||||
txtCropTop.Text = "0";
|
||||
txtCropRight.Text = "0";
|
||||
txtCropBottom.Text = "0";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue