Skip to content

Commit e2a36c7

Browse files
committed
DisplayConfig defaults button should whack the padding back to 0
1 parent 3b181ba commit e2a36c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BizHawk.Client.EmuHawk/config/DisplayConfig.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ private void BtnDefaults_Click(object sender, EventArgs e)
371371
rbFinalFilterBilinear.Checked = true;
372372
checkLetterbox.Checked = true;
373373
rbUseSystem.Checked = true;
374+
txtCropLeft.Text = "0";
375+
txtCropTop.Text = "0";
376+
txtCropRight.Text = "0";
377+
txtCropBottom.Text = "0";
374378
}
375379
}
376380
}

0 commit comments

Comments
 (0)