From f2bfb7c4794edfceed75b60131d4c8be6889cf10 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Sun, 17 Sep 2023 20:18:24 -0400 Subject: [PATCH] Adjust spacing --- resources/wx_gui/gui_macos_installer_download.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/wx_gui/gui_macos_installer_download.py b/resources/wx_gui/gui_macos_installer_download.py index 2e33a9df7..7dbb536f3 100644 --- a/resources/wx_gui/gui_macos_installer_download.py +++ b/resources/wx_gui/gui_macos_installer_download.py @@ -177,11 +177,11 @@ class macOSInstallerDownloadFrame(wx.Frame): wx.MessageDialog(self.frame_modal, "Failed to download Installer Catalog from Apple", "Error", wx.OK | wx.ICON_ERROR).ShowModal() self.list.SetColumnWidth(0, 280) - self.list.SetColumnWidth(1, 55) + self.list.SetColumnWidth(1, 65) if show_full is True: - self.list.SetColumnWidth(2, 90) + self.list.SetColumnWidth(2, 80) else: - self.list.SetColumnWidth(2, 104) # Hack to get the highlight to fill the ListCtrl + self.list.SetColumnWidth(2, 94) # Hack to get the highlight to fill the ListCtrl if show_full is False: self.list.Select(-1)