billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=6846074343bdace437f477c44ceace285990b032

commit 6846074343bdace437f477c44ceace285990b032
Author: Boris Faure <[email protected]>
Date:   Sat Jul 18 16:11:13 2020 +0200

    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 7c67606..d262dfd 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

-- 


Reply via email to