diff options
author | Michael <betheg@bitcloner.org> | 2014-10-03 15:55:06 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-03 16:20:39 +0200 |
commit | 9a4b48d1ec964bdce2a3c5f8242a01c0fa4a70e0 (patch) | |
tree | a04a7f0ba2b3d0aa6f590eef73d4fd1b69482489 /art/render.rb | |
parent | d51b41590c6d6871632a9cf88de532c4038b8bcd (diff) |
let's own otr-fingerprint copy to clipboard.
Diffstat (limited to '')
-rwxr-xr-x | art/render.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/art/render.rb b/art/render.rb index 5464b9f5..a78a2f47 100755 --- a/art/render.rb +++ b/art/render.rb @@ -1,6 +1,6 @@ #!/bin/env ruby resolutions={'mdpi'=> 1, 'hdpi' => 1.5, 'xhdpi' => 2, 'xxhdpi' => 3} -images = { 'conversations.svg' => ['ic_launcher',48], 'conversations_baloon.svg' => ['ic_activity', 32], 'conversations_mono.svg' => ['ic_notification',24], 'ic_received_indicator.svg' => ['ic_received_indicator',12] } +images = { 'conversations.svg' => ['ic_launcher', 48], 'conversations_baloon.svg' => ['ic_activity', 32], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_action_copy.svg' => ['ic_action_copy', 32] } images.each do |source, result| resolutions.each do |name, factor| size = factor * result[1] |