Skip to content
Snippets Groups Projects
Unverified Commit cb932898 authored by David Liu's avatar David Liu Committed by GitHub
Browse files

WinGUI: set NoResize to dark-mode messagebox by default (#6621)

parent f79ad190
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ namespace HandBrakeWPF.Services
{
window.Owner = Application.Current.MainWindow;
window.WindowStartupLocation = WindowStartupLocation.CenterOwner;
window.ResizeMode = ResizeMode.NoResize;
}
window.ShowDialog();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment