diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-06-14 18:35:09 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-06-14 18:35:09 +0200 |
commit | 9a56f664df9478e2caf79a5957a34b39eddc28e2 (patch) | |
tree | 88cd41533f015992d900979bae04a64413751476 /GUI/Vanilla.imageset | |
parent | c90bc73ff5cd413302d242c22540b29d0eedf0f8 (diff) |
Misc UI changes and fixes.
- Edited Transparent widgets
- Added new cursor (source: http://www.openclipart.org/detail/17539,
public domain)
- Set AutoScaled to false on both image sets
Diffstat (limited to 'GUI/Vanilla.imageset')
-rw-r--r-- | GUI/Vanilla.imageset | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI/Vanilla.imageset b/GUI/Vanilla.imageset index 0136e55..61c38a8 100644 --- a/GUI/Vanilla.imageset +++ b/GUI/Vanilla.imageset @@ -1,5 +1,5 @@ <?xml version="1.0" ?> -<Imageset Name="Vanilla-Images" Imagefile="vanilla.tga" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true"> +<Imageset Name="Vanilla-Images" Imagefile="vanilla.tga" NativeHorzRes="800" NativeVertRes="600" AutoScaled="false"> <Image Name="GenericBrush" XPos="46" YPos="46" Width="3" Height="3" /> <Image Name="FrameTopLeft" XPos="1" YPos="1" Width="6" Height="6" /> <Image Name="FrameTopRight" XPos="10" YPos="1" Width="6" Height="6" /> |