mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Add icon for album art preferences
This commit is contained in:
parent
560a3bf14f
commit
0db3cbe137
22
Persephone/Assets.xcassets/coverArtPreferencesIcon.imageset/Contents.json
vendored
Normal file
22
Persephone/Assets.xcassets/coverArtPreferencesIcon.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "coverArtPreferencesIcon.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "coverArtPreferencesIcon@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
Persephone/Assets.xcassets/coverArtPreferencesIcon.imageset/coverArtPreferencesIcon.png
vendored
Normal file
BIN
Persephone/Assets.xcassets/coverArtPreferencesIcon.imageset/coverArtPreferencesIcon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Persephone/Assets.xcassets/coverArtPreferencesIcon.imageset/coverArtPreferencesIcon@2x.png
vendored
Normal file
BIN
Persephone/Assets.xcassets/coverArtPreferencesIcon.imageset/coverArtPreferencesIcon@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
@ -289,7 +289,7 @@
|
|||||||
<tabViewController title="General" selectedTabViewItemIndex="0" tabStyle="toolbar" id="zhe-qh-Mal" customClass="PreferencesViewController" customModule="Persephone" customModuleProvider="target" sceneMemberID="viewController">
|
<tabViewController title="General" selectedTabViewItemIndex="0" tabStyle="toolbar" id="zhe-qh-Mal" customClass="PreferencesViewController" customModule="Persephone" customModuleProvider="target" sceneMemberID="viewController">
|
||||||
<tabViewItems>
|
<tabViewItems>
|
||||||
<tabViewItem label="General" identifier="generalPreferencesTab" image="NSPreferencesGeneral" id="kn0-fa-vM3"/>
|
<tabViewItem label="General" identifier="generalPreferencesTab" image="NSPreferencesGeneral" id="kn0-fa-vM3"/>
|
||||||
<tabViewItem label="Album Art" identifier="albumArtPreferencesTab" image="NSAdvanced" id="4Lj-dz-bOK"/>
|
<tabViewItem label="Album Art" identifier="albumArtPreferencesTab" image="coverArtPreferencesIcon" id="4Lj-dz-bOK"/>
|
||||||
</tabViewItems>
|
</tabViewItems>
|
||||||
<viewControllerTransitionOptions key="transitionOptions" allowUserInteraction="YES"/>
|
<viewControllerTransitionOptions key="transitionOptions" allowUserInteraction="YES"/>
|
||||||
<tabView key="tabView" type="noTabsNoBorder" id="6dC-M0-oC5">
|
<tabView key="tabView" type="noTabsNoBorder" id="6dC-M0-oC5">
|
||||||
@ -658,8 +658,8 @@
|
|||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
<resources>
|
<resources>
|
||||||
<image name="NSAdvanced" width="32" height="32"/>
|
|
||||||
<image name="NSPreferencesGeneral" width="32" height="32"/>
|
<image name="NSPreferencesGeneral" width="32" height="32"/>
|
||||||
|
<image name="coverArtPreferencesIcon" width="32" height="32"/>
|
||||||
<image name="nextTrackButton" width="17" height="17"/>
|
<image name="nextTrackButton" width="17" height="17"/>
|
||||||
<image name="playButton" width="17" height="17"/>
|
<image name="playButton" width="17" height="17"/>
|
||||||
<image name="prevTrackButton" width="17" height="17"/>
|
<image name="prevTrackButton" width="17" height="17"/>
|
||||||
|
|||||||
BIN
Resources/export/coverArtPreferencesIcon.png
Normal file
BIN
Resources/export/coverArtPreferencesIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/export/coverArtPreferencesIcon@2x.png
Normal file
BIN
Resources/export/coverArtPreferencesIcon@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user