]> git.tdb.fi Git - libs/gltk.git/commitdiff
Fix an incorrectly positioned graphic
authorMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2016 16:46:11 +0000 (19:46 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2016 16:46:11 +0000 (19:46 +0300)
basic.skin

index 82a683ee0891996b971c0cb4c8604c18584089e3..73f60c410fc2d043754b669db4c43c3a09964e2b 100644 (file)
@@ -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; };
 };