[PR #691] [MERGED] Fixed some layout issues #1175

Closed
opened 2026-05-05 07:06:49 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/691
Author: @waydabber
Created: 10/9/2021
Status: Merged
Merged: 10/9/2021
Merged by: @waydabber

Base: masterHead: fix/beta2issues


📝 Commits (10+)

  • b055cb4 Compile three DDC startup options into one popup menu.
  • 218522f Updated translation files
  • c990455 Combine multiple displays radio buttons into a popup menu
  • 44438f4 Changed record shortcut box to a more logical layout + needs less space
  • 50ad12c Further tweaks in keyboard preferences pane
  • 5026d91 Fix constraint issue
  • c27b5f0 Updated Chinese translation
  • c608617 Merge remote-tracking branch 'refs/remotes/origin/master'
  • 16db5c1 Updated Chinese translation
  • 41c993c Fix spacing

📊 Changes

40 files changed (+701 additions, -967 deletions)

View changed files

📝 MonitorControl/Enums/PrefKey.swift (+15 -9)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Model/OtherDisplay.swift (+4 -4)
📝 MonitorControl/Support/MenuHandler.swift (+7 -7)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+168 -274)
📝 MonitorControl/UI/de.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/de.lproj/Main.strings (+21 -36)
📝 MonitorControl/UI/en.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/en.lproj/Main.strings (+22 -37)
📝 MonitorControl/UI/es-419.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/es-419.lproj/Main.strings (+19 -34)
📝 MonitorControl/UI/fr.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/fr.lproj/Main.strings (+22 -37)
📝 MonitorControl/UI/hu.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/hu.lproj/Main.strings (+22 -37)
📝 MonitorControl/UI/it.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/it.lproj/Main.strings (+22 -37)
📝 MonitorControl/UI/ja.lproj/Localizable.strings (+9 -0)
📝 MonitorControl/UI/ja.lproj/Main.strings (+19 -34)
📝 MonitorControl/UI/ko.lproj/Localizable.strings (+9 -0)

...and 20 more files

📄 Description

  • Combined some radio button settings into a single popup menu to shrink size in order to fit Preferences to smaller screens
  • Made shortcut recording layout more logical

🔄 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/MonitorControl/MonitorControl/pull/691 **Author:** [@waydabber](https://github.com/waydabber) **Created:** 10/9/2021 **Status:** ✅ Merged **Merged:** 10/9/2021 **Merged by:** [@waydabber](https://github.com/waydabber) **Base:** `master` ← **Head:** `fix/beta2issues` --- ### 📝 Commits (10+) - [`b055cb4`](https://github.com/MonitorControl/MonitorControl/commit/b055cb42365a039dec488a8e3db7ca6cfe35d020) Compile three DDC startup options into one popup menu. - [`218522f`](https://github.com/MonitorControl/MonitorControl/commit/218522f4c544a75eb098ec0818fbd53d06739c84) Updated translation files - [`c990455`](https://github.com/MonitorControl/MonitorControl/commit/c990455ed929c19d1b82a61d78a3e9554cd80a67) Combine multiple displays radio buttons into a popup menu - [`44438f4`](https://github.com/MonitorControl/MonitorControl/commit/44438f4312148cd5428d05121adf49fa18b1b105) Changed record shortcut box to a more logical layout + needs less space - [`50ad12c`](https://github.com/MonitorControl/MonitorControl/commit/50ad12cad7eb0c319d49f01023670a5c2d51ee08) Further tweaks in keyboard preferences pane - [`5026d91`](https://github.com/MonitorControl/MonitorControl/commit/5026d91005abc8c394d80e67af01e5b48e024163) Fix constraint issue - [`c27b5f0`](https://github.com/MonitorControl/MonitorControl/commit/c27b5f03a87a3837162388554c1cb07a0c7283d2) Updated Chinese translation - [`c608617`](https://github.com/MonitorControl/MonitorControl/commit/c608617b150d697c3397303021ad25c1d531ba69) Merge remote-tracking branch 'refs/remotes/origin/master' - [`16db5c1`](https://github.com/MonitorControl/MonitorControl/commit/16db5c147ff15c6bac4189fb862764aaae642a8a) Updated Chinese translation - [`41c993c`](https://github.com/MonitorControl/MonitorControl/commit/41c993cf746ab8075803f1a777c3996ace10848b) Fix spacing ### 📊 Changes **40 files changed** (+701 additions, -967 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl/Enums/PrefKey.swift` (+15 -9) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Model/OtherDisplay.swift` (+4 -4) 📝 `MonitorControl/Support/MenuHandler.swift` (+7 -7) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+168 -274) 📝 `MonitorControl/UI/de.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+21 -36) 📝 `MonitorControl/UI/en.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+22 -37) 📝 `MonitorControl/UI/es-419.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/es-419.lproj/Main.strings` (+19 -34) 📝 `MonitorControl/UI/fr.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+22 -37) 📝 `MonitorControl/UI/hu.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/hu.lproj/Main.strings` (+22 -37) 📝 `MonitorControl/UI/it.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/it.lproj/Main.strings` (+22 -37) 📝 `MonitorControl/UI/ja.lproj/Localizable.strings` (+9 -0) 📝 `MonitorControl/UI/ja.lproj/Main.strings` (+19 -34) 📝 `MonitorControl/UI/ko.lproj/Localizable.strings` (+9 -0) _...and 20 more files_ </details> ### 📄 Description - Combined some radio button settings into a single popup menu to shrink size in order to fit Preferences to smaller screens - Made shortcut recording layout more logical --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:06:49 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1175
No description provided.