From 6846074343bdace437f477c44ceace285990b032 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 18 Jul 2020 16:11:13 +0200 Subject: [PATCH] theme: move dismisser below about --- data/themes/default/base.edc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/data/themes/default/base.edc b/data/themes/default/base.edc index 7c67606d..d262dfda 100644 --- a/data/themes/default/base.edc +++ b/data/themes/default/base.edc @@ -115,6 +115,13 @@ group { name: "terminology/base"; target: "cmdclip"; } + //////////////////////////////////////////////////////////////////// + // swallow to hold invisible rect to click on to dismiss things + part { name: "terminology.dismiss"; type: SWALLOW; + description { state: "default" 0.0; + } + } + //////////////////////////////////////////////////////////////////// // overlayed options and controls part { name: "terminology.about"; type: SWALLOW; @@ -149,12 +156,6 @@ group { name: "terminology/base"; target: "terminology.about"; } - //////////////////////////////////////////////////////////////////// - // swallow to hold invisible rect to click on to dismiss things - part { name: "terminology.dismiss"; type: SWALLOW; - description { state: "default" 0.0; - } - } //////////////////////////////////////////////////////////////////// // overlayed options and controls