We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3920fa5 + 493ffa0 commit a99ffd5Copy full SHA for a99ffd5
1 file changed
source/gui/_addonStoreGui/controls/storeDialog.py
@@ -1,5 +1,5 @@
1
# A part of NonVisual Desktop Access (NVDA)
2
-# Copyright (C) 2022-2023 NV Access Limited
+# Copyright (C) 2022-2023 NV Access Limited, Cyrille Bougot
3
# This file is covered by the GNU General Public License.
4
# See the file COPYING for more details.
5
@@ -132,6 +132,7 @@ def makeSettings(self, settingsSizer: wx.BoxSizer):
132
self.externalInstallButton.Bind(wx.EVT_BUTTON, self.openExternalInstall, self.externalInstallButton)
133
self.bindHelpEvent("AddonStoreInstalling", self.externalInstallButton)
134
135
+ settingsSizer.AddSpacer(guiHelper.SPACE_BETWEEN_VERTICAL_DIALOG_ITEMS)
136
settingsSizer.Add(generalActions.sizer)
137
self.onListTabPageChange(None)
138
0 commit comments