From e0124f63c5491882d31aadc35c45d454c0c51153 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 26 Jan 2011 11:42:55 +0000 Subject: Define button size to appear correctly in IE6 git-svn-id: https://svn.roundcube.net/trunk@4458 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/markasjunk/markasjunk.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/markasjunk') diff --git a/plugins/markasjunk/markasjunk.php b/plugins/markasjunk/markasjunk.php index 4c15a270f..697d880ca 100644 --- a/plugins/markasjunk/markasjunk.php +++ b/plugins/markasjunk/markasjunk.php @@ -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'); } } -- cgit v1.2.3