diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-06 23:41:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-06 23:41:16 +0300 |
commit | 69a160b711732ece6c1038230ece6401597e6c7c (patch) | |
tree | c7a8da2fbe837bea9b8d186ba7841b1046ae2f28 /data | |
parent | 4972739b76c2cbe9fe587e591431632b9e3cb547 (diff) | |
download | plus-69a160b711732ece6c1038230ece6401597e6c7c.tar.gz plus-69a160b711732ece6c1038230ece6401597e6c7c.tar.bz2 plus-69a160b711732ece6c1038230ece6401597e6c7c.tar.xz plus-69a160b711732ece6c1038230ece6401597e6c7c.zip |
Fix onscreen buttons position.
New theme option:
clickborder - clickable border near onscreen button.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/dbutton.xml | 3 | ||||
-rw-r--r-- | data/themes/jewelry/dbutton.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/graphics/gui/dbutton.xml b/data/graphics/gui/dbutton.xml index f6640dda3..ff625fcbb 100644 --- a/data/graphics/gui/dbutton.xml +++ b/data/graphics/gui/dbutton.xml @@ -2,8 +2,9 @@ <skinset name="Default" image="window.png"> <widget type="Window" xpos="486" ypos="232"> <option name="padding" value="20" /> + <option name="clickborder" value="0" /> <option name="x" value="0" /> - <option name="y" value="0" /> + <option name="y" value="10" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> diff --git a/data/themes/jewelry/dbutton.xml b/data/themes/jewelry/dbutton.xml index e2c59b161..cf80579da 100644 --- a/data/themes/jewelry/dbutton.xml +++ b/data/themes/jewelry/dbutton.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="371" ypos="33"> + <option name="clickborder" value="0" /> <option name="padding" value="20" /> <option name="x" value="0" /> - <option name="y" value="0" /> + <option name="y" value="10" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="19" height="19" /> |