]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/markasjunk/markasjunk.php
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / plugins / markasjunk / markasjunk.php
index 4c15a270f87a6a97851c5f998d311d89a2820f1e..697d880ca2738e8e75214f60ee00e3a045e8286f 100644 (file)
@@ -27,7 +27,9 @@ class markasjunk extends rcube_plugin
         'command' => 'plugin.markasjunk',
         'imagepas' => $skin_path.'/junk_pas.png',
         'imageact' => $skin_path.'/junk_act.png',
-       'title' => 'markasjunk.buttontitle'), 'toolbar');
+        'width' => 32,
+        'height' => 32,
+        'title' => 'markasjunk.buttontitle'), 'toolbar');
     }
   }