Skip to content

Commit

Permalink
Addresses #53 Adds Ctrl+Wheel text zoom, and FontChooser to RightClick
Browse files Browse the repository at this point in the history
popup
  • Loading branch information
deathmarine committed Jul 26, 2016
1 parent 92fae89 commit 2c1572d
Show file tree
Hide file tree
Showing 6 changed files with 866 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
/bin
/target
/lib
/resources
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -164,7 +164,7 @@
<classPath>
<mainClass>${project.groupId}.${project.artifactId}.Luyten</mainClass>
</classPath>
<icon>Luyten.ico</icon>
<icon>luyten.ico</icon>
<jre>
<minVersion>1.7.0</minVersion>
<maxVersion>1.8.0</maxVersion>
Expand Down Expand Up @@ -228,7 +228,7 @@
bundleid="${project.groupId}.${project.artifactId}"
mainclass="${project.groupId}.${project.artifactId}.LuytenOsx"
version="${project.version}" copyright="2015"
icon="${project.build.sourceDirectory}/resources/Luyten.icns"
icon="${project.build.sourceDirectory}/resources/luyten.icns"
jvmversion="1.7+" screenmenu="true"
antialiasedgraphics="true" highresolutioncapable="true" >
<documenttype name="Class File" extensions="class" role="Viewer" />
Expand Down

0 comments on commit 2c1572d

Please sign in to comment.