summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/background.edc
blob: 952e8c49a85a87c5b3ab50af95a4337142817f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
group { name: "e/desktop/background";
   alias: "elm/ews/background/default";
   BACKGROUND_IMG
   parts {
      part { name: "clip"; type: RECT; mouse_events: 0;
         description { state: "default" 0.0;
         }
      }
      part { name: "bg";
         clip_to: "clip";
         description { state: "default" 0.0;
            image.normal: "background";
            image.scale_hint: STATIC;
            ASPECT_FILL((7680/4320))
         }
      }
   }
}