diff options
-rw-r--r-- | data/graphics/gui/dbutton.xml | 2 | ||||
-rw-r--r-- | data/themes/jewelry/dbutton.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/graphics/gui/dbutton.xml b/data/graphics/gui/dbutton.xml index ff625fcbb..4da25e4ce 100644 --- a/data/graphics/gui/dbutton.xml +++ b/data/graphics/gui/dbutton.xml @@ -4,7 +4,7 @@ <option name="padding" value="20" /> <option name="clickborder" value="0" /> <option name="x" value="0" /> - <option name="y" value="10" /> + <option name="y" value="20" /> <!-- 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 cf80579da..462c23cef 100644 --- a/data/themes/jewelry/dbutton.xml +++ b/data/themes/jewelry/dbutton.xml @@ -4,7 +4,7 @@ <option name="clickborder" value="0" /> <option name="padding" value="20" /> <option name="x" value="0" /> - <option name="y" value="10" /> + <option name="y" value="20" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="19" height="19" /> |