Commit f5845024e68f78f9bf484464a6bb32ee3958f712

Authored by Adeel Kazmi
1 parent 68db592b

Ensure buttons appears on top of super-blur-view control

Change-Id: I1fb7619b2165870c5dd18097c04edb3f112f2824
resources/scripts/super-blur-view.json
... ... @@ -66,6 +66,7 @@
66 66 "position": [0, 0, 0],
67 67 "size": [200, 100, 0],
68 68 "labelText": "Blur",
  69 + "siblingOrder": 1,
69 70 "signals": [{
70 71 "name": "pressed",
71 72 "action": "play",
... ...