From 967665b5db4b389fb1625fa805fe26c63abe9d42 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 31 Aug 2018 11:03:44 +0300 Subject: Popup+: clock should be drawn over header in the default skin --- plugins/Popup/res/classic.popupskin | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/Popup/res/classic.popupskin b/plugins/Popup/res/classic.popupskin index 2fb9d3b65f..056e414135 100644 --- a/plugins/Popup/res/classic.popupskin +++ b/plugins/Popup/res/classic.popupskin @@ -133,6 +133,13 @@ object y 3 end +#clock +object + type clock + x window.width-4-clock.width + y 4 +end + # popup title object type title @@ -158,10 +165,3 @@ object y title.height+4+4 w window.width-(25>(avatar.width+4+4))-4 end - -#clock -object - type clock - x window.width-4-clock.width - y 4 -end -- cgit v1.2.3