Ignore:
Timestamp:
Oct 25, 2008, 3:05:00 AM (15 years ago)
Author:
Sam Hocevar
Message:

ThePimp?: use spinbuttons instead of text areas for image dimensions.
ThePimp?: "Esc" now exits the about box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp/src/NewFile.cs

    r3039 r3098  
    4343            }
    4444
    45             return type + ":" + entry1.Text + "x" + entry2.Text;
     45            return type + ":" + spinbutton1.Text + "x" + spinbutton2.Text;
    4646        }
    4747    }
Note: See TracChangeset for help on using the changeset viewer.