add padding to transparent tooltip
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 01:30:09 +0000 (01:30 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 01:30:09 +0000 (01:30 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61832 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/default.edc

index 593c495..84d5d25 100644 (file)
@@ -6385,6 +6385,10 @@ collections {
        }
    }
    group { name: "elm/tooltip/base/transparent";
+       data {
+           item: "pad_x" "10";
+           item: "pad_y" "10";
+       }
       parts {
          part { name: "elm.swallow.content";
             type: SWALLOW;