theme: fix multiparty-list item height.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 11 Aug 2012 22:05:12 +0000 (19:05 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 11 Aug 2012 22:05:12 +0000 (19:05 -0300)
data/themes/includes/multiparty-list.edc

index 80af654..9972976 100644 (file)
@@ -8,6 +8,18 @@ group {
 
    parts {
       part {
+         name: "bg";
+         type: RECT;
+         scale: 1;
+         mouse_events: 1;
+         description {
+            state: "default" 0.0;
+            color: 0 0 0 0;
+            min: ACTION_WIDTH LIST_ITEM_HEIGHT;
+         }
+      }
+
+      part {
          name: "hangup.ico";
          type: IMAGE;
          mouse_events: 1;