Skip to content

Commit da479d7

Browse files
committed
change icons
1 parent 4b7ed5c commit da479d7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

oclp_r/wx_gui/gui_main_menu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ def _generate_elements(self) -> None:
199199
if "icon" in button_function:
200200
icon = wx.StaticBitmap(self, bitmap=wx.Bitmap(button_function["icon"], wx.BITMAP_TYPE_ICON), pos=(button_x - 10, button_y), size=(64, 64))
201201
if button_name == "Post-Install Root Patch":
202-
icon.SetPosition((-1, button_y + 7))
202+
icon.SetPosition((button_x-10, button_y + 7))
203203
if button_name == "Create macOS Installer":
204-
icon.SetPosition((button_x - 7, button_y + 3))
205-
icon.SetSize((60,60))
204+
icon.SetPosition((button_x - 10, button_y + 3))
205+
icon.SetSize((70,70))
206206
if button_name == "Support":
207207
icon.SetPosition((button_x - 3, button_y + 3))
208208
if button_name == "Build and Install OpenCore":
-2.26 KB
Binary file not shown.

payloads/Icon/AppIcons/Assets.car

92.7 KB
Binary file not shown.
279 KB
Binary file not shown.

0 commit comments

Comments
 (0)