Skip to content

Commit

Permalink
Supports all font sizes, fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed May 24, 2014
1 parent 9fee432 commit b8352fa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
12 changes: 1 addition & 11 deletions CSXS/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,10 @@
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<!-- Uncomment Host tags according to the apps you want your panel to support -->
<!-- Photoshop -->
<Host Name="PHXS" Version="14.0" />
<Host Name="PHSP" Version="14.0" />
<!-- Illustrator -->
<!-- <Host Name="ILST" Version="[17.0,17.9]" /> -->
<!-- InDesign -->
<!-- <Host Name="IDSN" Version="[9.1,10.0]" /> -->
<!-- Premiere -->
<!-- <Host Name="PPRO" Version="[7.0,7.9]" /> -->
<!-- PRELUDE -->
<!-- <Host Name="PRLD" Version="[2.0,2.9]" /> -->
<!-- FLASH Pro -->
<!-- <Host Name="FLPR" Version="[13.1,13.9]" /> -->

</HostList>
<LocaleList>
<Locale Code="All" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "griddify",
"private": "true",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.3",
"description": "A tiny photoshop panel to make guides and grids",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions scripts/coffee/commands/commands.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ require './griddify'

require './divide'

require './wrap'

require './wrap'
4 changes: 3 additions & 1 deletion scripts/coffee/panel/panel.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ panel.updateNotifier.init

version: version

hub: "http://gelobi.org/griddify/updateHub/"
channel: "beta"

hub: "http://gelobi.org/griddify/updateHub2/"

updateUrl: "http://gelobi.org/griddify"

Expand Down
13 changes: 5 additions & 8 deletions styles/sass/panel.sass
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
@import "../../node_modules/photoshopjs-panel/styles/css/panel.css"

.fittableButton

.size-small &

width: 54px
width: 54px !important

.size-medium &

width: 60px

.size-big &
width: 60px !important

width: 70px
.size-large &

width: 70px !important

// @import "../../node_modules/photoshopjs-panel/styles/sass/panel"
@import "../../node_modules/photoshopjs-panel/styles/css/panel.css"

0 comments on commit b8352fa

Please sign in to comment.