Update Issues format

This commit is contained in:
Mykola Grymalyuk
2022-01-25 11:59:53 -07:00
parent b930544128
commit 19027fbac7
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -122,6 +122,17 @@ body:
- 'false'
validations:
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
id: 3rd-party-application
attributes:
+1 -1
View File
@@ -1206,7 +1206,7 @@ class wx_python_gui:
# Set Position below header
wx.Point(
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)