diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index 766491fe1..c289b017f 100644 --- a/data/themes/edc/randr.edc +++ b/data/themes/edc/randr.edc @@ -327,6 +327,10 @@ group { name: "e/conf/randr/main/frame"; max: 21 21; align: 1.0 0.0; } + description { state: "disabled" 0.0; + inherit: "default" 0.0; + visible: 0; + } } part { name: "e.event.indicator"; type: RECT; description { state: "default" 0.0; @@ -443,6 +447,11 @@ group { name: "e/conf/randr/main/frame"; action: STATE_SET "default" 0.0; target: "drop_zone"; } + program { name: "off"; + signal: "e,state,rotate_disabled"; source: "e"; + action: STATE_SET "disabled" 0.0; + target: "e.event.rotate"; + } program { signal: "mouse,in"; source: "e.event.resize"; action: SIGNAL_EMIT "e,action,resize,in" "e";