mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Merge pull request #1100 from Jazzzny/bestmacever
Adjust spacing for new installer download menu
This commit is contained in:
@@ -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()
|
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(0, 280)
|
||||||
self.list.SetColumnWidth(1, 55)
|
self.list.SetColumnWidth(1, 65)
|
||||||
if show_full is True:
|
if show_full is True:
|
||||||
self.list.SetColumnWidth(2, 90)
|
self.list.SetColumnWidth(2, 80)
|
||||||
else:
|
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:
|
if show_full is False:
|
||||||
self.list.Select(-1)
|
self.list.Select(-1)
|
||||||
|
|||||||
Reference in New Issue
Block a user