diff options
Diffstat (limited to 'data/themes/jewelry/chat.xml')
-rw-r--r-- | data/themes/jewelry/chat.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/data/themes/jewelry/chat.xml b/data/themes/jewelry/chat.xml index d18205003..ac7a8a931 100644 --- a/data/themes/jewelry/chat.xml +++ b/data/themes/jewelry/chat.xml @@ -1,5 +1,7 @@ <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="100"> + <widget type="Window" xpos="260" ypos="100"> + + <option name="padding" value="4" /> <!-- Top Row --> <part type="top-left-corner" width="32" height="15" /> @@ -16,9 +18,8 @@ <part type="bottom-edge" xpos="33" ypos="27" width="64" height="15" /> <part type="bottom-right-corner" xpos="98" ypos="27" width="32" height="15" /> - <!--<part type="closeImage" xpos="-131" ypos="0" width="16" height="16" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" />--> - + <part type="stickyImageUp" xpos="-130" ypos="-49" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="-49" width="19" height="22" /> + </widget> </skinset> |