Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/PIDSelector.cs 2012/05/10 12:12:26 109 +++ trunk/RomCheater/PIDSelector.cs 2012/05/10 12:16:41 110 @@ -81,8 +81,8 @@ ImageList small_image_list = new ImageList(); ImageList large_image_list = new ImageList(); - int small_width = 16; - int large_width = 32; + int small_width = 32; + int large_width = 48; small_image_list.ImageSize = new Size(small_width, small_width); large_image_list.ImageSize = new Size(large_width, large_width);
ViewVC Help | |
Powered by ViewVC 1.1.22 |