diff --git a/macosx/InfoWindow.xib b/macosx/InfoWindow.xib
index f85288e4e..9777ed69c 100644
--- a/macosx/InfoWindow.xib
+++ b/macosx/InfoWindow.xib
@@ -68,7 +68,7 @@
-
+
@@ -107,6 +107,6 @@
-
+
diff --git a/macosx/InfoWindowController.mm b/macosx/InfoWindowController.mm
index 0fd360925..8ce98da92 100644
--- a/macosx/InfoWindowController.mm
+++ b/macosx/InfoWindowController.mm
@@ -101,7 +101,7 @@ typedef NS_ENUM(unsigned int, tabTag) {
[fTabs setImage:[NSImage systemSymbol:@"info.circle"
withFallback:@"InfoGeneral"]
forSegment:TAB_GENERAL_TAG];
- [fTabs setImage:[NSImage systemSymbol:@"square.grid.3x3.square"
+ [fTabs setImage:[NSImage systemSymbol:@"square.grid.3x3.fill.square"
withFallback:@"InfoActivity"]
forSegment:TAB_ACTIVITY_TAG];
[fTabs setImage:[NSImage systemSymbol:@"antenna.radiowaves.left.and.right"