Merge pull request #2306 from nevack/nevack/macos-info-window-fixup

This commit is contained in:
Mitch Livingston 2021-12-13 08:03:47 -05:00 committed by GitHub
commit 7015f48798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@
<font key="font" metaFont="system"/>
<segments>
<segment image="info.circle" catalog="system" selected="YES"/>
<segment image="square.grid.3x3.square" catalog="system" tag="1"/>
<segment image="square.grid.3x3.fill.square" catalog="system" tag="1"/>
<segment image="antenna.radiowaves.left.and.right" catalog="system" tag="2"/>
<segment image="person.2" catalog="system" tag="3"/>
<segment image="doc.on.doc" catalog="system" tag="4"/>
@ -107,6 +107,6 @@
<image name="gearshape" catalog="system" width="16" height="16"/>
<image name="info.circle" catalog="system" width="15" height="15"/>
<image name="person.2" catalog="system" width="21" height="14"/>
<image name="square.grid.3x3.square" catalog="system" width="15" height="14"/>
<image name="square.grid.3x3.fill.square" catalog="system" width="15" height="14"/>
</resources>
</document>

View File

@ -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"