diff --git a/data/themes/default.edc b/data/themes/default.edc index 5b6b522b0..cbfd89be7 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -24093,6 +24093,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } } part { name: "tbs"; + mouse_events: 0; description { state: "default" 0.0; rel1 { relative: 0.0 1.0; @@ -24119,6 +24120,17 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } } } + part { name: "cover"; + type: RECT; + description { state: "default" 0.0; + color: 0 0 0 0; + visible: 0; + } + description { state: "out" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } part { name: "tb1"; description { state: "default" 0.0; color_class: "dialog_base"; @@ -24316,8 +24328,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); source: "aout"; action: STATE_SET "out" 0.0; target: "aout"; + target: "cover"; after: "out2"; - } program { name: "out2"; action: STATE_SET "out" 0.0; @@ -24325,6 +24337,14 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); target: "tbs"; transition: DECELERATE 0.5; } + program { name: "in0"; + signal: "mouse,down,1"; + source: "cover"; + action: STATE_SET "default" 0.0; + target: "aout"; + target: "cover"; + after: "in2"; + } program { name: "in"; signal: "mouse,down,1"; source: "ain"; @@ -24336,6 +24356,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); action: STATE_SET "default" 0.0; target: "e.swallow.extras"; target: "tbs"; + target: "cover"; transition: DECELERATE 1.0; } }