ecere/ide: Fixed BitmapResource property editor going behind browse button
authorJerome St-Louis <jerome@ecere.com>
Tue, 23 Aug 2011 05:11:30 +0000 (01:11 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 23 Aug 2011 05:11:30 +0000 (01:11 -0400)
ecere/src/gfx/BitmapResource.ec

index 87a5b75..498979e 100644 (file)
@@ -110,6 +110,7 @@ public class BitmapResource : Resource
             return true;
          }
       };
+      editData.anchor.right = 24;
       browse.Create();
 
       return editData;