[PR #802] [MERGED] Minor UI and other fixes #1182

Closed
opened 2026-01-29 16:25:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/802
Author: @Deterous
Created: 12/28/2024
Status: Merged
Merged: 12/28/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (10+)

  • 64090a5 Wider DIW, rounded message boxes
  • 60ca131 Don't log drive speed
  • 5eb4713 Change margins
  • 74a31f3 Allow changing DIW size
  • 1851c48 Revert change to DIW sizing
  • 9f72f64 Change left column size in DIW
  • 7354d09 Increase textbox ratio in UserInput
  • f92fdfc Fix non-userinput margins
  • 22c705a Allow custom message box to move from image
  • d266a89 Change changelist

📊 Changes

8 files changed (+83 additions, -91 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Frontend/Tools/PhysicalTool.cs (+3 -18)
📝 MPF.Frontend/ViewModels/MainViewModel.cs (+1 -4)
📝 MPF.UI/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml (+59 -57)
📝 MPF.UI/UserControls/UserInput.xaml (+1 -1)
📝 MPF.UI/Windows/DiscInformationWindow.xaml (+16 -9)
📝 MPF.UI/Windows/OptionsWindow.xaml (+1 -1)
📝 MPF.UI/Windows/RingCodeGuideWindow.xaml (+1 -1)

📄 Description

  • Increase width of Disc Information Window
  • Change ratio of UserInput fields (3:5 to 3:6)
  • Don't log drive speed change when scan for discs is pressed
  • Add rounded corners to custom message box
  • Standardize top margin of windows
  • Better deal with case when SYSTEM.CNF doesn't exist in PSX discs
  • Don't print VersionHash field for PS4/PS5 app.pkg data

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/802 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 12/28/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`64090a5`](https://github.com/SabreTools/MPF/commit/64090a53af0063c8d1af25b6904662ad360a0596) Wider DIW, rounded message boxes - [`60ca131`](https://github.com/SabreTools/MPF/commit/60ca131f32e11c2f3acfd4a28944196e9b7ef449) Don't log drive speed - [`5eb4713`](https://github.com/SabreTools/MPF/commit/5eb47130ad5d2bfff74820225c3c632fa57f479c) Change margins - [`74a31f3`](https://github.com/SabreTools/MPF/commit/74a31f35d41c64a0dff5329c68cb5d2c0a129fb4) Allow changing DIW size - [`1851c48`](https://github.com/SabreTools/MPF/commit/1851c4898c63597f8877f224831ea0ffab9134bb) Revert change to DIW sizing - [`9f72f64`](https://github.com/SabreTools/MPF/commit/9f72f649934a6d43b77bbd836ce760289ca08fdc) Change left column size in DIW - [`7354d09`](https://github.com/SabreTools/MPF/commit/7354d096d5022e955d7c38278d01987a4d7c92e3) Increase textbox ratio in UserInput - [`f92fdfc`](https://github.com/SabreTools/MPF/commit/f92fdfc52eb7b12b6a68c578c697375575bc474e) Fix non-userinput margins - [`22c705a`](https://github.com/SabreTools/MPF/commit/22c705ae182d7587017622321c1fc0e5180af265) Allow custom message box to move from image - [`d266a89`](https://github.com/SabreTools/MPF/commit/d266a8998ce5f5b4e2b83a7f4b2bea0f0cf43e09) Change changelist ### 📊 Changes **8 files changed** (+83 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Frontend/Tools/PhysicalTool.cs` (+3 -18) 📝 `MPF.Frontend/ViewModels/MainViewModel.cs` (+1 -4) 📝 `MPF.UI/External/WPFCustomMessageBox/CustomMessageBoxWindow.xaml` (+59 -57) 📝 `MPF.UI/UserControls/UserInput.xaml` (+1 -1) 📝 `MPF.UI/Windows/DiscInformationWindow.xaml` (+16 -9) 📝 `MPF.UI/Windows/OptionsWindow.xaml` (+1 -1) 📝 `MPF.UI/Windows/RingCodeGuideWindow.xaml` (+1 -1) </details> ### 📄 Description - Increase width of Disc Information Window - Change ratio of UserInput fields (3:5 to 3:6) - Don't log drive speed change when scan for discs is pressed - Add rounded corners to custom message box - Standardize top margin of windows - Better deal with case when SYSTEM.CNF doesn't exist in PSX discs - Don't print VersionHash field for PS4/PS5 app.pkg data --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1182