tizen 2.4 release
[framework/uifw/cbhm.git] / 2.2 / data / themes / popup_layout.edc
1 #define DEMO_POPUP_CONTENT_LISTSTYLE_CONTENT_DEFAULT_MIN_INC 0 112
2
3 group { name: "elm/layout/content/menustyle";
4    parts{
5       part{ name:"elm.swallow.content";
6          type: SWALLOW;
7          scale: 1;
8          description { state: "default" 0.0;
9             min: DEMO_POPUP_CONTENT_LISTSTYLE_CONTENT_DEFAULT_MIN_INC;
10             align: 0.5 0.5;
11             fixed: 1 0;
12          }
13       }
14    }
15 }