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 | |
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')
-rw-r--r-- | data/themes/enchilado/spells.xml | 2 | ||||
-rw-r--r-- | data/themes/golden-delicious/spells.xml | 1 | ||||
-rw-r--r-- | data/themes/jewelry-simple/spells.xml | 1 | ||||
-rw-r--r-- | data/themes/jewelry/spells.xml | 1 | ||||
-rw-r--r-- | data/themes/pink/spells.xml | 2 | ||||
-rw-r--r-- | data/themes/unity/spells.xml | 2 |
6 files changed, 9 insertions, 0 deletions
diff --git a/data/themes/enchilado/spells.xml b/data/themes/enchilado/spells.xml index c4e12e15c..389764ca1 100644 --- a/data/themes/enchilado/spells.xml +++ b/data/themes/enchilado/spells.xml @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> + <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" /> diff --git a/data/themes/golden-delicious/spells.xml b/data/themes/golden-delicious/spells.xml index efe7afeb3..762832b05 100644 --- a/data/themes/golden-delicious/spells.xml +++ b/data/themes/golden-delicious/spells.xml @@ -6,6 +6,7 @@ <option name="padding" value="15" /> <option name="titlebarBold" value="1" /> <option name="titlePadding" value="25" /> + <option name="textOffsetY" value="21" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> diff --git a/data/themes/jewelry-simple/spells.xml b/data/themes/jewelry-simple/spells.xml index faed923eb..8d37d727c 100644 --- a/data/themes/jewelry-simple/spells.xml +++ b/data/themes/jewelry-simple/spells.xml @@ -6,6 +6,7 @@ <option name="padding" value="15" /> <option name="titlebarBold" value="1" /> <option name="titlePadding" value="25" /> + <option name="textOffsetY" value="21" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> diff --git a/data/themes/jewelry/spells.xml b/data/themes/jewelry/spells.xml index faed923eb..8d37d727c 100644 --- a/data/themes/jewelry/spells.xml +++ b/data/themes/jewelry/spells.xml @@ -6,6 +6,7 @@ <option name="padding" value="15" /> <option name="titlebarBold" value="1" /> <option name="titlePadding" value="25" /> + <option name="textOffsetY" value="21" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> diff --git a/data/themes/pink/spells.xml b/data/themes/pink/spells.xml index dbfa79ad0..ef140763e 100644 --- a/data/themes/pink/spells.xml +++ b/data/themes/pink/spells.xml @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> + <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="0" ypos="10" width="10" height="10" /> 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" /> |