mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
Merge pull request #2306 from nevack/nevack/macos-info-window-fixup
This commit is contained in:
commit
7015f48798
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue