diff options
-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
|