Skip to content

Commit b8352fa

Browse files
committed
Supports all font sizes, fixes #9
1 parent 9fee432 commit b8352fa

5 files changed

Lines changed: 11 additions & 23 deletions

File tree

CSXS/manifest.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,10 @@
77
</ExtensionList>
88
<ExecutionEnvironment>
99
<HostList>
10-
<!-- Uncomment Host tags according to the apps you want your panel to support -->
1110
<!-- Photoshop -->
1211
<Host Name="PHXS" Version="14.0" />
1312
<Host Name="PHSP" Version="14.0" />
14-
<!-- Illustrator -->
15-
<!-- <Host Name="ILST" Version="[17.0,17.9]" /> -->
16-
<!-- InDesign -->
17-
<!-- <Host Name="IDSN" Version="[9.1,10.0]" /> -->
18-
<!-- Premiere -->
19-
<!-- <Host Name="PPRO" Version="[7.0,7.9]" /> -->
20-
<!-- PRELUDE -->
21-
<!-- <Host Name="PRLD" Version="[2.0,2.9]" /> -->
22-
<!-- FLASH Pro -->
23-
<!-- <Host Name="FLPR" Version="[13.1,13.9]" /> -->
13+
2414
</HostList>
2515
<LocaleList>
2616
<Locale Code="All" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "griddify",
33
"private": "true",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.3",
55
"description": "A tiny photoshop panel to make guides and grids",
66
"main": "index.js",
77
"scripts": {

scripts/coffee/commands/commands.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ require './griddify'
44

55
require './divide'
66

7-
require './wrap'
8-
7+
require './wrap'

scripts/coffee/panel/panel.coffee

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ panel.updateNotifier.init
1010

1111
version: version
1212

13-
hub: "http://gelobi.org/griddify/updateHub/"
13+
channel: "beta"
14+
15+
hub: "http://gelobi.org/griddify/updateHub2/"
1416

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

styles/sass/panel.sass

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
@import "../../node_modules/photoshopjs-panel/styles/css/panel.css"
2-
31
.fittableButton
42

53
.size-small &
64

7-
width: 54px
5+
width: 54px !important
86

97
.size-medium &
108

11-
width: 60px
12-
13-
.size-big &
9+
width: 60px !important
1410

15-
width: 70px
11+
.size-large &
1612

13+
width: 70px !important
1714

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

0 commit comments

Comments
 (0)