Browse Source

Set icon scale to 1.0

master
Adrian Short 11 years ago
parent
commit
02b4bd534b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/posts_helper.rb

+ 1
- 1
app/helpers/posts_helper.rb View File

@@ -43,7 +43,7 @@ module PostsHelper
:angle => 0
},
:translate => { :x => 0, :y => -0.075, :z => 0 },
:scale => 0.01
:scale => 1.0
}
end
res


Loading…
Cancel
Save