[Panes]: panes widget expands the parent, when a content with min size
[platform/core/uifw/efl-theme-tizen.git] / themes / tizen.edc
index 3478c8f..188763d 100644 (file)
@@ -26,7 +26,7 @@
 // have zero restrictions on using this file as a base for your theme.
 
 // theme configuration file for each theme (tizen, tizen-black, ...)
-#include "inc/tmp-inc.edc"
+#include TIZEN_TMP_INC
 
 #define INDICATOR_H            27
 #define CONTROLBAR_LARGE_H             78
@@ -49,19 +49,34 @@ externals {
 }
 
 collections {
+   sounds {
+      sample {
+         name: "touch_sound" RAW;
+         source: "Tizen_Touch.wav";
+      }
+   }
+   sounds {
+      sample {
+         name: "sweep_sound" RAW;
+         source: "Slider_sweep.wav";
+      }
+   }
+   sounds {
+      sample {
+         name: "reorder_sound" RAW;
+         source: "List_reorder.wav";
+      }
+   }
 #include "widgets/access.edc"
-#include "widgets/actionslider.edc"
 #include "widgets/badge.edc"
 #include "widgets/bg.edc"
 #include "widgets/bubble.edc"
 #include "widgets/button.edc"
-#include "widgets/calendar.edc"
 #include "widgets/check.edc"
 #include "widgets/colorselector.edc"
 #include "widgets/conformant.edc"
 #include "widgets/ctxpopup.edc"
 #include "widgets/datetime.edc"
-#include "widgets/dayselector.edc"
 #include "widgets/diskselector.edc"
 #include "widgets/editfield.edc"
 #include "widgets/entry.edc"
@@ -73,7 +88,6 @@ collections {
 #include "widgets/layout.edc"
 #include "widgets/map.edc"
 #include "widgets/multibuttonentry.edc"
-//#include "widgets/multisense_ui.edc"
 #include "widgets/naviframe.edc"
 #include "widgets/notify.edc"
 #include "widgets/panes.edc"
@@ -110,11 +124,15 @@ collections {
             mouse_events: 0;
             repeat_events: 1;
             ignore_flags: ON_HOLD;
+            scale: 1;
             description { state: "default" 0.0;
                visible: 0;
+               rel1.offset: -4 -4;
+               rel2.offset: 4 4;
                image {
                   normal: "00_focus.png";
                   border: 7 7 7 7;
+                  border_scale: 1;
                }
             }
             description { state: "show" 0.0;
@@ -146,40 +164,5 @@ collections {
          }
       }
    }
-
-/*
-sounds{
-        sound : "drag-start.wav" 0 100;
-        sound :"drag-accept.wav" 0 100;
-        sound :"button-pressed.wav" 0 100;
-       sound :"Waterdrop.wav" 0 100;
-}
-
-haptics{
-    haptic {
-      name:"1_haptic" ;
-      magnitude: 8000 ;
-      duration: 120 ;
-      attack_level: 123 ;
-      attack_time: 122 ;
-      fade_level: 16 ;
-     fade_time: 12 ;
-     type: MAGSWEEP ;
-     pattern:"01,00,01,00,0A,00,14,00,00,00,20,01,00,00,7F,00,00,E1,00,00,4D,00,61,00,67,00,53,00,77,00,65,00,65,00,70,00,00,00" ;
-   }
-   haptic{
-        name: "2_haptic" ;
-        magnitude: 10000 ;
-        duration: 12 ;
-        attack_level: 123 ;
-        attack_time: 120 ;
-        fade_level: 16 ;
-        fade_time: 12 ;
-        type: MAGSWEEP ;
-        pattern: "01,00,03,00,38,00,42,00,00,00,19,00,21,00,F1,E0,01,E2,00,00,F1, E0, 02, E2, 01,1D,F1,E0,01,E2,03,BA,F1,E0,02,E2,04,E0,FF,20,17,00,00,7F,D1,2F,81,30,00,00,F4,01,00,00,00,20,1F,00,00,40,01,96,41,00,00,00,12,00,24,00,54,00,69,00,6D,00,65,00,6C,00,69,00,6E,00,65,00,00,00,50,00,65,00,72,00,69,00,6F,00,64,00,69,00,63,00,00,00,50,00,65,00,72,00,69,00,6F,00,64,00,69,00,63,00,20,00,23,00,31,00,00,00" ;
-   }
-}
-*/
-
 }