Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
H
HandBrake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Frederick Ding
HandBrake
Commits
cb932898
Unverified
Commit
cb932898
authored
1 month ago
by
David Liu
Committed by
GitHub
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
win/CS/HandBrakeWPF/Services/ErrorService.cs
+1
-0
1 addition, 0 deletions
win/CS/HandBrakeWPF/Services/ErrorService.cs
with
1 addition
and
0 deletions
win/CS/HandBrakeWPF/Services/ErrorService.cs
+
1
−
0
View file @
cb932898
...
...
@@ -115,6 +115,7 @@ namespace HandBrakeWPF.Services
{
window
.
Owner
=
Application
.
Current
.
MainWindow
;
window
.
WindowStartupLocation
=
WindowStartupLocation
.
CenterOwner
;
window
.
ResizeMode
=
ResizeMode
.
NoResize
;
}
window
.
ShowDialog
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment