diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-31 11:03:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-31 11:03:44 +0300 |
commit | 967665b5db4b389fb1625fa805fe26c63abe9d42 (patch) | |
tree | e8c03fc6bb9ba4d4e7baec786a3c7bd557345968 /plugins/Popup | |
parent | c31a30a806845a930087834a9b9667abccba156f (diff) |
Popup+: clock should be drawn over header in the default skin
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/res/classic.popupskin | 14 |
1 files 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
|