From: Mikko Rasa Date: Thu, 1 Sep 2016 16:46:11 +0000 (+0300) Subject: Fix an incorrectly positioned graphic X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=commitdiff_plain;h=ebe746bdf670f3fc6366dab43051aa101f80bdd7 Fix an incorrectly positioned graphic --- diff --git a/basic.skin b/basic.skin index 82a683e..73f60c4 100644 --- a/basic.skin +++ b/basic.skin @@ -17,7 +17,7 @@ graphic "light_grey_raised" graphic "dark_grey_sunken" { texture "basic_skin.png"; - slice 14 52 12 12; + slice 13 52 12 12; border { vertical 3; horizontal 3; }; };