mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Update Issues format
This commit is contained in:
@@ -122,6 +122,17 @@ body:
|
|||||||
- 'false'
|
- 'false'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: used-forums
|
||||||
|
attributes:
|
||||||
|
label: Have you already discussed this is a pather bug and not a macOS bug on forums and discord servers?
|
||||||
|
description: If no, please do not use issues for this. We'd appreciate it if users check with forums before filing. Issues are for legitimate patcher issues only.
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- 'true'
|
||||||
|
- 'false'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: 3rd-party-application
|
id: 3rd-party-application
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
+1
-1
@@ -1206,7 +1206,7 @@ class wx_python_gui:
|
|||||||
# Set Position below header
|
# Set Position below header
|
||||||
wx.Point(
|
wx.Point(
|
||||||
self.header.GetPosition().x,
|
self.header.GetPosition().x,
|
||||||
self.header.GetPosition().y + self.header.GetSize().height + 10
|
self.header.GetPosition().y + self.header.GetSize().height + 15
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.install_selection.Centre(wx.HORIZONTAL)
|
self.install_selection.Centre(wx.HORIZONTAL)
|
||||||
|
|||||||
Reference in New Issue
Block a user