Skip to content

Commit a99ffd5

Browse files
authored
Merge 493ffa0 into 3920fa5
2 parents 3920fa5 + 493ffa0 commit a99ffd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/gui/_addonStoreGui/controls/storeDialog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A part of NonVisual Desktop Access (NVDA)
2-
# Copyright (C) 2022-2023 NV Access Limited
2+
# Copyright (C) 2022-2023 NV Access Limited, Cyrille Bougot
33
# This file is covered by the GNU General Public License.
44
# See the file COPYING for more details.
55

@@ -132,6 +132,7 @@ def makeSettings(self, settingsSizer: wx.BoxSizer):
132132
self.externalInstallButton.Bind(wx.EVT_BUTTON, self.openExternalInstall, self.externalInstallButton)
133133
self.bindHelpEvent("AddonStoreInstalling", self.externalInstallButton)
134134

135+
settingsSizer.AddSpacer(guiHelper.SPACE_BETWEEN_VERTICAL_DIALOG_ITEMS)
135136
settingsSizer.Add(generalActions.sizer)
136137
self.onListTabPageChange(None)
137138

0 commit comments

Comments
 (0)