diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-23 02:05:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-23 02:05:18 +0300 |
commit | a285bd7b3d888285095a295ab9e393560a69f30b (patch) | |
tree | a609717d7d41c89947079f49856cb5325119d7f9 /data/themes/enchilado/items.xml | |
parent | f9c1374417b17c45f84884e9ca0327910d187898 (diff) | |
download | plus-a285bd7b3d888285095a295ab9e393560a69f30b.tar.gz plus-a285bd7b3d888285095a295ab9e393560a69f30b.tar.bz2 plus-a285bd7b3d888285095a295ab9e393560a69f30b.tar.xz plus-a285bd7b3d888285095a295ab9e393560a69f30b.zip |
Use skin option textOffsetY in item shortcut container.
Diffstat (limited to 'data/themes/enchilado/items.xml')
-rw-r--r-- | data/themes/enchilado/items.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/enchilado/items.xml b/data/themes/enchilado/items.xml index c4e12e15c..389764ca1 100644 --- a/data/themes/enchilado/items.xml +++ b/data/themes/enchilado/items.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" /> |