Skip to content

Commit

Permalink
Update Export Layers To Files (Fast).jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
scmyyc authored Oct 27, 2021
1 parent 0f57b0c commit c6805fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Export Layers To Files (Fast).jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3028,11 +3028,11 @@ function makeMainDialog() {
// TABTIF
// ======
var tabTif = tabpnlExportOptions.add("tab", undefined, undefined, {name: "tabTif"});
tabTif.text = "TIF";
tabTif.orientation = "column";
tabTif.alignChildren = ["left","top"];
tabTif.spacing = 5;
tabTif.margins = 10;
tabTif.text = "TIFF";
tabTif.orientation = "column";
tabTif.alignChildren = ["left","top"];
tabTif.spacing = 5;
tabTif.margins = 10;

// GRPTIFENCODING
// =============
Expand Down

0 comments on commit c6805fe

Please sign in to comment.