Skip to content

Commit

Permalink
Merge pull request #236 from iglance/feature/232-update-logo-in-about
Browse files Browse the repository at this point in the history
Update logo in about-modal and settings
  • Loading branch information
D0miH authored Oct 14, 2020
2 parents cc3a1c3 + 0358c1e commit dbd82c5
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"images" : [
{
"filename" : "iGlance_logo_black.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"filename" : "Logo.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"images" : [
{
"filename" : "iGlance_logo_white.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"filename" : "LogoWhite.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ class SidebarViewController: NSViewController {

// set the icon ids
buttonView.iconName = sidebarButton.instance.buttonIconID

// update the font color of the button depending on the current theme
self.getSidebarButtonWith(identifier: sidebarButton.instance.buttonViewID)?.updateFontColor()
}

// on startup select the dashboard
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15702"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17156"/>
<capability name="System colors introduced in macOS 10.14" minToolsVersion="10.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -1014,7 +1014,7 @@
<rect key="frame" x="18" y="267" width="614" height="32"/>
<textFieldCell key="cell" selectable="YES" id="Jn4-6M-2YU">
<font key="font" metaFont="system"/>
<string key="title">iGlance is an open source project published under the MIT license. You can find the source code over at: https://github.com/iglance/iGlance</string>
<string key="title">iGlance is an open source project published under the GNU GPLv3 license. You can find the source code over at: https://github.com/iglance/iGlance</string>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
Expand Down Expand Up @@ -1046,6 +1046,6 @@
</scene>
</scenes>
<resources>
<image name="iGlance_logo_white" width="1280" height="500"/>
<image name="iGlance_logo_white" width="427" height="163"/>
</resources>
</document>

0 comments on commit dbd82c5

Please sign in to comment.