diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-23 01:46:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-23 01:46:59 +0300 |
commit | 4150f81fd2bd2de6251f0bdf05361922c63713e5 (patch) | |
tree | 2d9832b64f1deca258fb67dbd98bf8dfba769552 /data/themes/unity/spells.xml | |
parent | d403995f4db5659ff55749501736d93b8269c8f5 (diff) | |
download | mv-4150f81fd2bd2de6251f0bdf05361922c63713e5.tar.gz mv-4150f81fd2bd2de6251f0bdf05361922c63713e5.tar.bz2 mv-4150f81fd2bd2de6251f0bdf05361922c63713e5.tar.xz mv-4150f81fd2bd2de6251f0bdf05361922c63713e5.zip |
Add textOffsetY skin field into spell shortcut container.
Before it used box/2 as offset.
Diffstat (limited to 'data/themes/unity/spells.xml')
-rw-r--r-- | data/themes/unity/spells.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/unity/spells.xml b/data/themes/unity/spells.xml index e59c22879..2e695e11a 100644 --- a/data/themes/unity/spells.xml +++ b/data/themes/unity/spells.xml @@ -2,6 +2,8 @@ <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> + <option name="textOffsetY" value="21" /> + <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> |