theme: move dismisser below about

This commit is contained in:
Boris Faure 2020-07-18 16:11:13 +02:00
parent 544a4376f7
commit 6846074343
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 7 additions and 6 deletions

View File

@ -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