I've recently written a simple Windows application using Delphi 7. I'm very new to Delphi – only started learning it about three weeks ago. The application runs and looks fine on the development computer, but when I tried it on my laptop, I could not scroll the full extent of the window. I ran the scroll bars from stop to stop and the whole scrolling range only covered about a third of the application's window. I noticed that the desktop on the development computer is set to small fonts, while the desktop on the laptop is set to large fonts. When I changed the laptop to small fonts, the app ran fine. Obviously, it's not acceptable to require users to change their desktop settings to be able to run my app. I tried setting the development computer to large fonts. I thought that maybe re-compiling with this desktop setting might change things. No dice. The app was messed up on the development computer both before and after re-compiling, when the desktop was set to large fonts. Any suggestions on how to fix this?