[PR #803] [MERGED] Minor UI changes to DIW #1181

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/803
Author: @Deterous
Created: 12/29/2024
Status: Merged
Merged: 12/29/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (7)

  • 691d453 Use dotnet8
  • c6a762f Use dotnet8 for UI
  • d3f1bf5 Change DIW userinput ratio to 3:7
  • edc1c71 Add groupboxes around contents and readonly tabs in DIW
  • 91fa4b2 Use real PVD and PIC in debug data
  • 5637334 rearrange groupbox / stackpanel
  • 1b0be98 group boxes

📊 Changes

3 files changed (+156 additions, -135 deletions)

View changed files

📝 MPF.Frontend/ViewModels/MainViewModel.cs (+3 -2)
📝 MPF.UI/UserControls/UserInput.xaml (+1 -1)
📝 MPF.UI/Windows/DiscInformationWindow.xaml (+152 -132)

📄 Description

  • Add group boxes to Contents and Read-only info tabs
  • Change userinput ratio from 3:6 to 3:7
  • Add better examples to debug DIW

🔄 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/803 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/29/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`691d453`](https://github.com/SabreTools/MPF/commit/691d4530c81864ba4ba67fbbc9e04d05ae4c0b87) Use dotnet8 - [`c6a762f`](https://github.com/SabreTools/MPF/commit/c6a762f8fd2a9f4427946a1e588a649ee175c49b) Use dotnet8 for UI - [`d3f1bf5`](https://github.com/SabreTools/MPF/commit/d3f1bf5110d9018b9812455ea22b2ac362e3796b) Change DIW userinput ratio to 3:7 - [`edc1c71`](https://github.com/SabreTools/MPF/commit/edc1c71bf00c8d8f0432b55f45ad271f97696185) Add groupboxes around contents and readonly tabs in DIW - [`91fa4b2`](https://github.com/SabreTools/MPF/commit/91fa4b22b20e837c0b1288b5512274aae46388d1) Use real PVD and PIC in debug data - [`5637334`](https://github.com/SabreTools/MPF/commit/563733430c16bbf59e4270df2589b94c6a2417c3) rearrange groupbox / stackpanel - [`1b0be98`](https://github.com/SabreTools/MPF/commit/1b0be985cc9d52ab754ad8f498ddd9910869d9b7) group boxes ### 📊 Changes **3 files changed** (+156 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Frontend/ViewModels/MainViewModel.cs` (+3 -2) 📝 `MPF.UI/UserControls/UserInput.xaml` (+1 -1) 📝 `MPF.UI/Windows/DiscInformationWindow.xaml` (+152 -132) </details> ### 📄 Description - Add group boxes to Contents and Read-only info tabs - Change userinput ratio from 3:6 to 3:7 - Add better examples to debug DIW --- <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#1181