[PR #798] [MERGED] Minor UI changes #1174

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (10+)

📊 Changes

7 files changed (+59 additions, -52 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.UI/Windows/CheckDumpWindow.xaml (+5 -4)
📝 MPF.UI/Windows/CreateIRDWindow.xaml (+5 -4)
📝 MPF.UI/Windows/DiscInformationWindow.xaml (+20 -19)
📝 MPF.UI/Windows/MainWindow.xaml (+7 -6)
📝 MPF.UI/Windows/OptionsWindow.xaml (+5 -4)
📝 MPF.UI/Windows/RingCodeGuideWindow.xaml (+16 -15)

📄 Description

  • Increases PIC/PVD text boxes to 125 height
  • Changes capitalization of two buttons (Scan for discs -> Scan for Discs and Scan for protection -> Scan for Protection)
  • Adds rounded corners to MPF windows, similar to Windows 11
  • Shifts minimise and close buttons to the left by 5px to prevent highlight box from appearing outside the rounded corners
  • Allows window dragging while clicking on the app logo (top left corner)

image


🔄 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/798 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`85307ff`](https://github.com/SabreTools/MPF/commit/85307ffd4a39ca6eb6aa1c73a0a45216be228577) Minor changes to read-only field boxes - [`5cea158`](https://github.com/SabreTools/MPF/commit/5cea15822bc25fc8c70ba0e5279e24f594bf5c31) re-add textwrapping to hashdata - [`3402169`](https://github.com/SabreTools/MPF/commit/34021695f7726780214b76b2e2bfdca32ef70eb9) rounded border - [`aca720f`](https://github.com/SabreTools/MPF/commit/aca720f69b2d78c2829171ddbb031ccaa146d874) fix build - [`4297a08`](https://github.com/SabreTools/MPF/commit/4297a089d2082713b8e1a1c78c5e24c83f3e5ceb) fix border - [`3ea5fd7`](https://github.com/SabreTools/MPF/commit/3ea5fd7576c3dcc81b62e729383c0bff879f0aa5) shift title buttons left - [`e78588c`](https://github.com/SabreTools/MPF/commit/e78588c440f599b0abbd03233a8e2e7320420798) Add fake column - [`6fad6c2`](https://github.com/SabreTools/MPF/commit/6fad6c2b49dbbe7db1a4fcb0fcf292277dfc7fa4) Make all of the title bar draggable - [`c2879db`](https://github.com/SabreTools/MPF/commit/c2879dbf3ece4f968bfe10b1b1d6b0b3416f57e8) Rounded all windows - [`0fb3ba7`](https://github.com/SabreTools/MPF/commit/0fb3ba70a3e82258875bf4cb2f644666da8dfa16) color all windows ### 📊 Changes **7 files changed** (+59 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.UI/Windows/CheckDumpWindow.xaml` (+5 -4) 📝 `MPF.UI/Windows/CreateIRDWindow.xaml` (+5 -4) 📝 `MPF.UI/Windows/DiscInformationWindow.xaml` (+20 -19) 📝 `MPF.UI/Windows/MainWindow.xaml` (+7 -6) 📝 `MPF.UI/Windows/OptionsWindow.xaml` (+5 -4) 📝 `MPF.UI/Windows/RingCodeGuideWindow.xaml` (+16 -15) </details> ### 📄 Description - Increases PIC/PVD text boxes to 125 height - Changes capitalization of two buttons (`Scan for discs` -> `Scan for Discs` and `Scan for protection` -> `Scan for Protection`) - Adds rounded corners to MPF windows, similar to Windows 11 - Shifts minimise and close buttons to the left by 5px to prevent highlight box from appearing outside the rounded corners - Allows window dragging while clicking on the app logo (top left corner) ![image](https://github.com/user-attachments/assets/62fd2884-f918-4cc6-8549-a504a3ebc372) --- <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:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1174