diff options
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" /> |